Uses of Enum Class
java.security.KeyRep.Type
Packages that use KeyRep.Type
-
Uses of KeyRep.Type in java.security
Methods in java.security that return KeyRep.TypeModifier and TypeMethodDescriptionstatic KeyRep.Type
Returns the enum constant of this class with the specified name.static KeyRep.Type[]
KeyRep.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in java.security with parameters of type KeyRep.TypeModifierConstructorDescriptionKeyRep
(KeyRep.Type type, String algorithm, String format, byte[] encoded) Construct the alternate Key class.