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 变量和类型 方法 描述 static KeyRep.Type
KeyRep.Type. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static KeyRep.Type[]
KeyRep.Type. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Constructors in java.security with parameters of type KeyRep.Type 构造器 描述 KeyRep(KeyRep.Type type, String algorithm, String format, byte[] encoded)
构造备用Key类。
-