Uses of Enum Class
org.wildfly.security.x500.cert.KeyUsage
Packages that use KeyUsage
Package
Description
Package containing APIs for generating certificates and certificate signing requests.
-
Uses of KeyUsage in org.wildfly.security.x500.cert
Methods in org.wildfly.security.x500.cert that return KeyUsageModifier and TypeMethodDescriptionstatic KeyUsageReturns the enum constant of this class with the specified name.static KeyUsage[]KeyUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.security.x500.cert with parameters of type KeyUsageModifier and TypeMethodDescriptionbooleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.Method parameters in org.wildfly.security.x500.cert with type arguments of type KeyUsageModifier and TypeMethodDescriptionstatic booleanDetermine whether the given set is fully populated (or "full"), meaning it contains all possible values.Constructors in org.wildfly.security.x500.cert with parameters of type KeyUsageModifierConstructorDescriptionKeyUsageExtension(boolean critical, KeyUsage... keyUsage) Construct a new instance.KeyUsageExtension(KeyUsage... keyUsage) Construct a new instance.