public interface ICRLPrettyPrint
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(java.util.Locale clientLocale)
Retrieves the printable CRL string.
|
java.lang.String |
toString(java.util.Locale clientLocale,
long crlSize,
long pageStart,
long pageSize)
Retrieves the printable CRL string.
|
java.lang.String toString(java.util.Locale clientLocale,
long crlSize,
long pageStart,
long pageSize)
clientLocale - end user clocalecrlSize - CRL sizepageStart - starting page numberpageSize - page size in rowsjava.lang.String toString(java.util.Locale clientLocale)
clientLocale - end user clocale