JavaTM 2 Platform
Standard Ed. 6

介面 java.security.interfaces.RSAPrivateKey
的使用

使用 RSAPrivateKey 的軟體套件
java.security.interfaces 提供的介面用於產生 RSA Laboratory Technical Note PKCS#1 中定義的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 演算法)密鑰,以及 NIST 的 FIPS-186 中定義的 DSA(數位簽章演算法)密鑰。 
 

java.security.interfacesRSAPrivateKey 的使用
 

java.security.interfacesRSAPrivateKey 的子介面
 interface RSAMultiPrimePrivateCrtKey
          如 PKCS#1 v2.1 中所定義的,使用 Chinese Remainder Theorem (CRT) 資訊值的 RSA 多素數專用密鑰的介面。
 interface RSAPrivateCrtKey
          如 PKCS#1 標準中所定義的,使用 Chinese Remainder Theorem (CRT) 資訊值的 RSA 專用密鑰的介面。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only