Uses of Class
org.faceless.pdf2.PKCS7SignatureHandler.OCSPResponse
-
Packages that use PKCS7SignatureHandler.OCSPResponse Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of PKCS7SignatureHandler.OCSPResponse in org.faceless.pdf2
Methods in org.faceless.pdf2 that return types with arguments of type PKCS7SignatureHandler.OCSPResponse Modifier and Type Method Description List<PKCS7SignatureHandler.OCSPResponse>
PKCS7SignatureHandler.SigningEngine. getOCSPResponses()
Return a list of OCSP responses that should be used if required, ornull
.List<PKCS7SignatureHandler.OCSPResponse>
PKCS7SignatureHandler.ValidationInformation. getOCSPResponses()
Return the full list of OCSP responses used to validate this signature, or an empty list if there are none.Method parameters in org.faceless.pdf2 with type arguments of type PKCS7SignatureHandler.OCSPResponse Modifier and Type Method Description boolean
PKCS7SignatureHandler. addValidationInformation(KeyStore keystore, List<PKCS7SignatureHandler.OCSPResponse> ocspResponses, List<X509CRL> crls)
Add Long Term Validation information for this signature to the PDF.void
AcrobatSignatureHandlerFactory. setOCSPResponses(List<PKCS7SignatureHandler.OCSPResponse> ocspResponses)
Set the list of OCSP responses that should be consulteed before requesting new ones from the internet.
-