public final class X509CertificateStringifier extends Object implements Stringifier
Modifier and Type | Field and Description |
---|---|
static X509CertificateStringifier |
DEFAULT |
Constructor and Description |
---|
X509CertificateStringifier() |
Modifier and Type | Method and Description |
---|---|
String |
stringify(Object object)
Produce a String representation of an object.
|
static String |
stringify(X509Certificate cert)
Static variant when direct call will suffice.
|
public static final X509CertificateStringifier DEFAULT
public static String stringify(X509Certificate cert)
public String stringify(Object object)
Stringifier
The resulting String should be suitable for display to a user.
stringify
in interface Stringifier
object
- the Object for which a String should be producedCopyright © 2018. All rights reserved.