public class OcspClientIAIK
extends java.lang.Object
implements com.itextpdf.text.pdf.security.OcspClient
| Constructor and Description |
|---|
OcspClientIAIK() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded(java.security.cert.X509Certificate checkCert,
java.security.cert.X509Certificate rootCert,
java.lang.String url)
Gets an encoded byte array with OCSP validation.
|
public byte[] getEncoded(java.security.cert.X509Certificate checkCert,
java.security.cert.X509Certificate rootCert,
java.lang.String url)
getEncoded in interface com.itextpdf.text.pdf.security.OcspClientcheckCert - to certificate to checkrootCert - the parent certificateurl - the url to get the verification. It it's null it will be taken from the check cert or
from other implementation specific source