|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.security.CrlClientOffline
public class CrlClientOffline
An implementation of the CrlClient that handles offline Certificate Revocation Lists.
| Constructor Summary | |
|---|---|
CrlClientOffline(byte[] crlEncoded)
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List. |
|
CrlClientOffline(CRL crl)
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List. |
|
| Method Summary | |
|---|---|
Collection<byte[]> |
getEncoded(X509Certificate checkCert,
String url)
Returns the CRL bytes (the parameters are ignored). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrlClientOffline(byte[] crlEncoded)
crlEncoded - the CRL bytespublic CrlClientOffline(CRL crl)
crl - a CRL object| Method Detail |
|---|
public Collection<byte[]> getEncoded(X509Certificate checkCert,
String url)
getEncoded in interface CrlClientcheckCert - the certificate from which a CRL URL can be obtainedurl - a CRL url if you don't want to obtain it from the certificate
CrlClient.getEncoded(java.security.cert.X509Certificate, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||