JavaTM 2 Platform
Standard Ed. 6

軟體套件 java.security.interfaces
的使用

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

java.security.interfaces 使用的 java.security.interfaces 中的類別
DSAKey
          DSA 公用或專用密鑰的介面。
DSAParams
          特定於 DSA 的密鑰參數集的介面,它定義 DSA 密鑰系列
ECKey
          橢圓曲線 (EC) 密鑰的介面。
RSAKey
          RSA 公用密鑰或專用密鑰的介面。
RSAPrivateKey
          RSA 專用密鑰的介面。
 

java.security.spec 使用的 java.security.interfaces 中的類別
DSAParams
          特定於 DSA 的密鑰參數集的介面,它定義 DSA 密鑰系列
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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