|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 KeyAgreement 的软件包 | |
---|---|
javax.crypto | 为 cryptographic(加密)操作提供类和接口。 |
javax.crypto 中 KeyAgreement 的使用 |
---|
返回 KeyAgreement 的 javax.crypto 中的方法 | |
---|---|
static KeyAgreement |
KeyAgreement.getInstance(String algorithm)
生成实现指定密钥一致算法的 KeyAgreement 对象。 |
static KeyAgreement |
KeyAgreement.getInstance(String algorithm,
Provider provider)
为来自指定提供程序的指定密钥一致算法生成一个 KeyAgreement 对象。 |
static KeyAgreement |
KeyAgreement.getInstance(String algorithm,
String provider)
为来自指定提供程序的指定密钥一致算法生成一个 KeyAgreement 对象。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。