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

インタフェースRSAPrivateKey

すべてのスーパー・インタフェース:
AsymmetricKey, Destroyable, Key, PrivateKey, RSAKey, Serializable
既知のすべてのサブインタフェース:
RSAMultiPrimePrivateCrtKey, RSAPrivateCrtKey

public interface RSAPrivateKey extends PrivateKey, RSAKey
RSA非公開キーのインタフェースです。
導入されたバージョン:
1.2
関連項目: