JavaTM 2 Platform
Standard Ed. 6

接口 java.security.interfaces.DSAKey
的使用

使用 DSAKey 的软件包
java.security.interfaces 提供的接口用于生成 RSA Laboratory Technical Note PKCS#1 中定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及 NIST 的 FIPS-186 中定义的 DSA(数字签名算法)密钥。 
 

java.security.interfacesDSAKey 的使用
 

java.security.interfacesDSAKey 的子接口
 interface DSAPrivateKey
          DSA 专用密钥的标准接口。
 interface DSAPublicKey
          DSA 公用密钥的接口。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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