Uses of Class
network.oxalis.commons.certvalidator.jaxb.KeyUsageEnum
-
Packages that use KeyUsageEnum Package Description network.oxalis.commons.certvalidator.jaxb -
-
Uses of KeyUsageEnum in network.oxalis.commons.certvalidator.jaxb
Fields in network.oxalis.commons.certvalidator.jaxb with type parameters of type KeyUsageEnum Modifier and Type Field Description protected List<KeyUsageEnum>KeyUsageType. identifierMethods in network.oxalis.commons.certvalidator.jaxb that return KeyUsageEnum Modifier and Type Method Description static KeyUsageEnumKeyUsageEnum. fromValue(String v)static KeyUsageEnumKeyUsageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsageEnum[]KeyUsageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.commons.certvalidator.jaxb that return types with arguments of type KeyUsageEnum Modifier and Type Method Description List<KeyUsageEnum>KeyUsageType. getIdentifier()Gets the value of the identifier property.
-