Package | Description |
---|---|
org.cryptacular.util | |
org.cryptacular.x509 |
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.asn1.x509.GeneralNames |
CertUtil.subjectAltNames(X509Certificate cert,
GeneralNameType... types)
Gets all subject alternative names of the given type(s) on the given cert.
|
static List<String> |
CertUtil.subjectNames(X509Certificate cert,
GeneralNameType... types)
Gets a list of subject names defined for the given certificate.
|
Modifier and Type | Method and Description |
---|---|
static GeneralNameType |
GeneralNameType.fromTagNumber(int tagNo)
Gets a name type from the value of the tag in the CHOICE element definition.
|
static GeneralNameType |
GeneralNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralNameType[] |
GeneralNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.