|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.OcspClientBouncyCastle
public class OcspClientBouncyCastle
OcspClient implementation using BouncyCastle.
| Constructor Summary | |
|---|---|
OcspClientBouncyCastle()
|
|
| Method Summary | |
|---|---|
byte[] |
getEncoded(java.security.cert.X509Certificate checkCert,
java.security.cert.X509Certificate rootCert,
java.lang.String url)
Gets an encoded byte array with OCSP validation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OcspClientBouncyCastle()
| Method Detail |
|---|
public byte[] getEncoded(java.security.cert.X509Certificate checkCert,
java.security.cert.X509Certificate rootCert,
java.lang.String url)
getEncoded in interface OcspClientcheckCert - to certificate to checkrootCert - the parent certificatethe - url to get the verification. It it's null it will be taken
from the check cert or from other implementation specific source
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||