Package | Description |
---|---|
org.cryptacular.x509 |
Modifier and Type | Method and Description |
---|---|
static ExtensionType |
ExtensionType.fromName(String name)
Gets the extension by name.
|
static ExtensionType |
ExtensionType.fromOid(String oid)
Gets the extension by OID.
|
static ExtensionType |
ExtensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionType[] |
ExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1Encodable |
ExtensionReader.read(ExtensionType extension)
Reads the value of the given certificate extension field.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.