|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 KeyFactory 的软件包 | |
---|---|
java.security | 为安全框架提供类和接口。 |
java.security 中 KeyFactory 的使用 |
---|
返回 KeyFactory 的 java.security 中的方法 | |
---|---|
static KeyFactory |
KeyFactory.getInstance(String algorithm)
返回转换指定算法的 public/private 关键字的 KeyFactory 对象。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
Provider provider)
返回转换指定算法的 public/private 关键字的 KeyFactory 对象。 |
static KeyFactory |
KeyFactory.getInstance(String algorithm,
String provider)
返回转换指定算法的 public/private 关键字的 KeyFactory 对象。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。