- 
- すべてのスーパー・インタフェース:
- Destroyable,- ECKey,- Key,- PrivateKey,- Serializable
 
 public interface ECPrivateKey extends PrivateKey, ECKey 楕円曲線(Elliptic Curve: EC)非公開鍵のインタフェースです。- 導入されたバージョン:
- 1.5
- 関連項目:
- PrivateKey,- ECKey
 
- 
- 
フィールドのサマリーフィールド 修飾子と型 フィールド 説明 static longserialVersionUID非推奨。インタフェース内のserialVersionUIDフィールドは無効です。
 - 
メソッドのサマリー修飾子と型 メソッド 説明 BigIntegergetS()非公開値Sを返します。- 
インタフェース javax.security.auth.Destroyableで宣言されたメソッドdestroy, isDestroyed
 - 
インタフェース java.security.Keyで宣言されたメソッドgetAlgorithm, getEncoded, getFormat
 
- 
 
- 
- 
- 
フィールドの詳細- 
serialVersionUID@Deprecated static final long serialVersionUID 非推奨。インタフェース内のserialVersionUIDフィールドは無効です。 使用しないでください; 代替なし。直列化の互換性を示すために設定される、クラスのフィンガ・プリントです。- 関連項目:
- 定数フィールド値
 
 
- 
 - 
メソッドの詳細- 
getSBigInteger getS() 非公開値Sを返します。- 戻り値:
- 非公開値S。
 
 
- 
 
-