| Package | Description |
|---|---|
| org.xipki.security | |
| org.xipki.security.util |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsage |
KeyUsage.getKeyUsage(int bit) |
static KeyUsage |
KeyUsage.getKeyUsage(String usage) |
static KeyUsage |
KeyUsage.getKeyUsageFromBcUsage(int bcUsage) |
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 |
|---|---|
static boolean |
X509Util.hasKeyusage(X509Certificate cert,
KeyUsage usage) |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.x509.KeyUsage |
X509Util.createKeyUsage(Set<KeyUsage> usages) |
Copyright © 2019. All rights reserved.