- すべてのスーパー・インタフェース:
DSAKey
,Key
,PublicKey
,Serializable
public interface DSAPublicKey extends DSAKey, PublicKey
DSA公開キーに対するインタフェースです。 DSA (デジタル署名アルゴリズム)は、NISTのFIPS-186に定義されています。
- 導入されたバージョン:
- 1.1
- 関連項目:
Key
,Signature
,DSAKey
,DSAPrivateKey
-
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 static long
serialVersionUID
非推奨。 -
メソッドのサマリー
修飾子と型 メソッド 説明 BigInteger
getY()
公開キーの値y
を返します。インタフェース java.security.Keyで宣言されたメソッド
getAlgorithm, getEncoded, getFormat
-
フィールド詳細
-
serialVersionUID
@Deprecated static final long serialVersionUID非推奨。インタフェース内のserialVersionUID
フィールドは無効です。 使用しないでください; 代替なし。クラスのフィンガ・プリントを設定して、このクラスの前のバージョンとの互換性を直列化して表示します。- 関連項目:
- 定数フィールド値
-
-
メソッドの詳細
-
getY
BigInteger getY()公開キーの値y
を返します。- 戻り値:
- 公開キーの値
y
。
-
serialVersionUID
フィールドは無効です。