インタフェース
java.security.interfaces.RSAPrivateKeyの使用
-
RSAPrivateKeyを使用しているパッケージ パッケージ 説明 java.security.interfaces RSA Laboratory Technical Note PKCS#1で定義されているRSA (Rivest, Shamir and Adleman AsymmetricCipher algorithm)鍵と、NISTのFIPS-186で定義されているDSA (Digital Signature Algorithm)鍵を生成するためのインタフェースを提供します。 -
-
java.security.interfacesでのRSAPrivateKeyの使用
java.security.interfacesでのRSAPrivateKeyのサブインタフェース 修飾子と型 インタフェース 説明 interface
RSAMultiPrimePrivateCrtKey
「中国の剰余定理」 (CRT)情報の値を使用したRSA複数試行秘密鍵へのインタフェースです(PKCS#1 v2.2標準で定義)。interface
RSAPrivateCrtKey
「中国の剰余定理」 (CRT)情報の値を使用したRSA秘密鍵へのインタフェースです(PKCS#1 v2.2標準で定義)。
-