JavaTM Platform
Standard Ed. 6

java.security.interfaces
インタフェース ECPrivateKey

すべてのスーパーインタフェース:
ECKey, Key, PrivateKey, Serializable

public interface ECPrivateKey
extends PrivateKey, ECKey

楕円曲線 (Elliptic Curve: EC) 非公開鍵のインタフェースです。

導入されたバージョン:
1.5
関連項目:
PrivateKey, ECKey

フィールドの概要
static long serialVersionUID
          直列化の互換性を示すために設定される、クラスのフィンガープリントです。
 
メソッドの概要
 BigInteger getS()
          非公開値 S を返します。
 
インタフェース java.security.Key から継承されたメソッド
getAlgorithm, getEncoded, getFormat
 
インタフェース java.security.interfaces.ECKey から継承されたメソッド
getParams
 

フィールドの詳細

serialVersionUID

static final long serialVersionUID
直列化の互換性を示すために設定される、クラスのフィンガープリントです。

関連項目:
定数フィールド値
メソッドの詳細

getS

BigInteger getS()
非公開値 S を返します。

戻り値:
非公開値 S

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。