|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 DSAParams 的软件包 | |
---|---|
java.security.interfaces | 提供的接口用于生成 RSA Laboratory Technical Note PKCS#1 中定义的 RSA(Rivest、Shamir 和 Adleman AsymmetricCipher 算法)密钥,以及 NIST 的 FIPS-186 中定义的 DSA(数字签名算法)密钥。 |
java.security.spec | 提供密钥规范和算法参数规范的类和接口。 |
java.security.interfaces 中 DSAParams 的使用 |
---|
返回 DSAParams 的 java.security.interfaces 中的方法 | |
---|---|
DSAParams |
DSAKey.getParams()
返回特定于 DSA 的密钥参数。 |
参数类型为 DSAParams 的 java.security.interfaces 中的方法 | |
---|---|
void |
DSAKeyPairGenerator.initialize(DSAParams params,
SecureRandom random)
使用 DSA 系列参数(p、q 和 g)和可选 SecureRandom 位源初始化密钥对生成器。 |
java.security.spec 中 DSAParams 的使用 |
---|
实现 DSAParams 的 java.security.spec 中的类 | |
---|---|
class |
DSAParameterSpec
此类指定用于 DSA 算法的参数的集合。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。