| Package | Description |
|---|---|
| eu.emi.security.authn.x509.impl |
Contains implementation classes of the library.
|
| Modifier and Type | Field and Description |
|---|---|
private FormatMode |
X509Formatter.mode |
| Modifier and Type | Method and Description |
|---|---|
static FormatMode |
FormatMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatMode[] |
FormatMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CertificateUtils.format(java.security.cert.X509Certificate[] certChain,
FormatMode mode)
Produces a human readable text representation of the provided certificate chain.
|
static java.lang.String |
CertificateUtils.format(java.security.cert.X509Certificate cert,
FormatMode mode)
Produces a human readable text representation of the provided certificate.
|
| Constructor and Description |
|---|
X509Formatter(FormatMode mode)
Creates a new X509Formatter object
|