Package | Description |
---|---|
org.globus.gsi.util |
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 |
---|---|
static EnumSet<KeyUsage> |
CertificateUtil.getKeyUsage(org.bouncycastle.asn1.x509.TBSCertificateStructure crt) |
static EnumSet<KeyUsage> |
CertificateUtil.getKeyUsage(org.bouncycastle.asn1.x509.X509Extension ext)
Gets a boolean array representing bits of the KeyUsage extension.
|
Copyright © 2016. All rights reserved.