JavaTM 2 Platform
Standard Ed. 6

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

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

java.security.interfacesDSAParams 的使用
 

返回 DSAParamsjava.security.interfaces 中的方法
 DSAParams DSAKey.getParams()
          返回特定於 DSA 的密鑰參數。
 

參數型別為 DSAParamsjava.security.interfaces 中的方法
 void DSAKeyPairGenerator.initialize(DSAParams params, SecureRandom random)
          使用 DSA 系列參數(p、q 和 g)和可選 SecureRandom 位源初始化密鑰對產生器。
 

java.security.specDSAParams 的使用
 

實作 DSAParamsjava.security.spec 中的類別
 class DSAParameterSpec
          此類別指定用於 DSA 演算法的參數的集合。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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