|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CrlClient
Interface that needs to be implemented if you want to embed Certificate Revocation Lists into your PDF.
Method Summary | |
---|---|
java.util.Collection<byte[]> |
getEncoded(java.security.cert.X509Certificate checkCert,
java.lang.String url)
Gets an encoded byte array. |
Method Detail |
---|
java.util.Collection<byte[]> getEncoded(java.security.cert.X509Certificate checkCert, java.lang.String url)
checkCert
- the certificate from which a CRL URL can be obtainedurl
- a CRL url if you don't want to obtain it from the certificate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |