Package | Description |
---|---|
org.wildfly.security.x500.cert |
Package containing APIs for generating certificates and certificate signing requests.
|
Modifier and Type | Method and Description |
---|---|
static KeyUsage |
KeyUsage.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyUsage.in(KeyUsage... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
KeyUsage.in(KeyUsage v1)
Determine whether this instance is equal to one of the given instances.
|
boolean |
KeyUsage.in(KeyUsage v1,
KeyUsage v2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
KeyUsage.in(KeyUsage v1,
KeyUsage v2,
KeyUsage v3)
Determine whether this instance is equal to one of the given instances.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
KeyUsage.isFull(EnumSet<KeyUsage> set)
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
|
Constructor and Description |
---|
KeyUsageExtension(boolean critical,
KeyUsage... keyUsage)
Construct a new instance.
|
KeyUsageExtension(KeyUsage... keyUsage)
Construct a new instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.