Package | Description |
---|---|
org.cryptacular.util |
Modifier and Type | Method and Description |
---|---|
static CertUtil.X500PrincipalFormat |
CertUtil.X500PrincipalFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertUtil.X500PrincipalFormat[] |
CertUtil.X500PrincipalFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
CertUtil.subjectDN(X509Certificate cert,
CertUtil.X500PrincipalFormat format)
Retrieves the subject distinguished name (DN) of the provided X.509 certificate.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.