Package | Description |
---|---|
org.cryptacular.util | |
org.cryptacular.x509 |
Modifier and Type | Method and Description |
---|---|
static boolean |
CertUtil.allowsUsage(X509Certificate cert,
KeyUsageBits... bits)
Determines whether the certificate allows the given basic key usages.
|
Modifier and Type | Method and Description |
---|---|
static KeyUsageBits |
KeyUsageBits.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
static int |
KeyUsageBits.usage(KeyUsageBits... bits)
Computes the key usage value from one or more key usage bits.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.