Uses of Enum
org.cryptacular.x509.KeyUsageBits
Packages that use KeyUsageBits
-
Uses of KeyUsageBits in org.cryptacular.util
Methods in org.cryptacular.util with parameters of type KeyUsageBitsModifier and TypeMethodDescriptionstatic boolean
CertUtil.allowsUsage
(X509Certificate cert, KeyUsageBits... bits) Determines whether the certificate allows the given basic key usages. -
Uses of KeyUsageBits in org.cryptacular.x509
Methods in org.cryptacular.x509 that return KeyUsageBitsModifier and TypeMethodDescriptionstatic KeyUsageBits
Returns the enum constant of this type with the specified name.static KeyUsageBits[]
KeyUsageBits.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptacular.x509 with parameters of type KeyUsageBitsModifier and TypeMethodDescriptionstatic int
KeyUsageBits.usage
(KeyUsageBits... bits) Computes the key usage value from one or more key usage bits.