モジュール java.base
パッケージ java.security.interfaces

インタフェースDSAPublicKey

  • すべてのスーパー・インタフェース:
    DSAKey, Key, PublicKey, Serializable

    public interface DSAPublicKey
    extends DSAKey, PublicKey
    DSA公開鍵に対するインタフェースです。 DSA (デジタル署名アルゴリズム)は、NISTのFIPS-186に定義されています。
    導入されたバージョン:
    1.1
    関連項目:
    Key, Signature, DSAKey, DSAPrivateKey
    • フィールドの詳細

      • serialVersionUID

        static final long serialVersionUID
        クラスのフィンガ・プリントを設定して、このクラスの前のバージョンとの互換性を直列化して表示します。
        関連項目:
        定数フィールド値
    • メソッドの詳細

      • getY

        BigInteger getY()
        公開鍵の値yを返します。
        戻り値:
        公開鍵の値y