JavaTM 2 Platform
Standard Ed. 6

类 java.security.KeyRep.Type
的使用

使用 KeyRep.Type 的软件包
java.security 为安全框架提供类和接口。 
 

java.securityKeyRep.Type 的使用
 

返回 KeyRep.Typejava.security 中的方法
static KeyRep.Type KeyRep.Type.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static KeyRep.Type[] KeyRep.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

参数类型为 KeyRep.Typejava.security 中的构造方法
KeyRep(KeyRep.Type type, String algorithm, String format, byte[] encoded)
          构造替换的 Key 类。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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