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

インタフェースRSAPrivateCrtKey

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

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