public class CrlPrettyPrint
extends java.lang.Object
| Constructor and Description |
|---|
CrlPrettyPrint(X509CRLImpl crl) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(java.util.Locale clientLocale)
This method return string representation of the certificate
revocation list in predefined format using specified client
local.
|
java.lang.String |
toString(java.util.Locale clientLocale,
long crlSize,
long pageStart,
long pageSize) |
public CrlPrettyPrint(X509CRLImpl crl)
public java.lang.String toString(java.util.Locale clientLocale)
clientLocale - Locale to be used for localizationpublic java.lang.String toString(java.util.Locale clientLocale,
long crlSize,
long pageStart,
long pageSize)