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

インタフェースDSAPrivateKey

すべてのスーパー・インタフェース:
AsymmetricKey, Destroyable, DSAKey, Key, PrivateKey, Serializable

public interface DSAPrivateKey extends DSAKey, PrivateKey
DSA非公開キーに対する標準インタフェースです。 DSA (デジタル署名アルゴリズム)は、NISTのFIPS-186に定義されています。
導入されたバージョン:
1.1
関連項目: