| Package | Description |
|---|---|
| org.xwiki.crypto.pkix | |
| org.xwiki.crypto.pkix.params.x509certificate.extension |
| Modifier and Type | Method and Description |
|---|---|
X509ExtensionBuilder |
X509ExtensionBuilder.addKeyUsage(boolean critical,
EnumSet<KeyUsage> usages)
Add a key usage extensions.
|
X509ExtensionBuilder |
X509ExtensionBuilder.addKeyUsage(EnumSet<KeyUsage> usages)
Add a critical key usage extensions.
|
| 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 |
|---|---|
EnumSet<KeyUsage> |
X509Extensions.getKeyUsage() |
Copyright © 2004–2015 XWiki. All rights reserved.