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

インタフェースRSAMultiPrimePrivateCrtKey

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

public interface RSAMultiPrimePrivateCrtKey extends RSAPrivateKey
「中国の剰余定理」 (CRT)情報の値を使用したRSA複数試行秘密キーへのインタフェースです(PKCS#1 v2.2標準で定義)。
導入されたバージョン:
1.4
関連項目: