Uses of Class
network.oxalis.commons.certvalidator.jaxb.SigningEnum
-
Packages that use SigningEnum Package Description network.oxalis.commons.certvalidator.jaxb -
-
Uses of SigningEnum in network.oxalis.commons.certvalidator.jaxb
Fields in network.oxalis.commons.certvalidator.jaxb declared as SigningEnum Modifier and Type Field Description protected SigningEnumSigningType. typeMethods in network.oxalis.commons.certvalidator.jaxb that return SigningEnum Modifier and Type Method Description static SigningEnumSigningEnum. fromValue(String v)SigningEnumSigningType. getType()Gets the value of the type property.static SigningEnumSigningEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SigningEnum[]SigningEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.commons.certvalidator.jaxb with parameters of type SigningEnum Modifier and Type Method Description voidSigningType. setType(SigningEnum value)Sets the value of the type property.
-