Uses of Class
network.oxalis.commons.certvalidator.util.KeyUsage
-
Packages that use KeyUsage Package Description network.oxalis.commons.certvalidator.rule Available rules for creation of certificate validator.network.oxalis.commons.certvalidator.util Some default implementations for easy use. -
-
Uses of KeyUsage in network.oxalis.commons.certvalidator.rule
Constructors in network.oxalis.commons.certvalidator.rule with parameters of type KeyUsage Constructor Description KeyUsageRule(KeyUsage... keyUsages) -
Uses of KeyUsage in network.oxalis.commons.certvalidator.util
Methods in network.oxalis.commons.certvalidator.util that return KeyUsage Modifier and Type Method Description static KeyUsageKeyUsage. of(int bit)static KeyUsageKeyUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyUsage[]KeyUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-