Uses of Class
java.security.KeyRep.Type
-
Packages that use KeyRep.Type 软件包 描述 java.security 提供安全框架的类和接口。 -
-
Uses of KeyRep.Type in java.security
Methods in java.security that return KeyRep.Type Modifier and Type 方法 描述 static KeyRep.Type
KeyRep.Type. valueOf(String name)
以指定的名称返回此类型的枚举常量。static KeyRep.Type[]
KeyRep.Type. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Constructors in java.security with parameters of type KeyRep.Type Constructor 描述 KeyRep(KeyRep.Type type, String algorithm, String format, byte[] encoded)
构造备用Key类。
-