| Package | Description |
|---|---|
| org.cryptacular.util | |
| org.cryptacular.x509 |
| Modifier and Type | Method and Description |
|---|---|
static org.bouncycastle.asn1.x509.GeneralNames |
CertUtil.subjectAltNames(java.security.cert.X509Certificate cert,
GeneralNameType... types)
Gets all subject alternative names of the given type(s) on the given cert.
|
static java.util.List<java.lang.String> |
CertUtil.subjectNames(java.security.cert.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(java.lang.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.
|