Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IBasicOCSPResponse
Packages that use IBasicOCSPResponse
Package
Description
-
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFactory.createBasicOCSPResponse
(byte[] bytes) Create basic OCSP Response wrapper frombyte[]
array.BouncyCastleFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFactory.createBasicOCSPResp
(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.BouncyCastleFactory.createSingleResp
(IBasicOCSPResponse basicResp) Create single resp wrapper from basic OCSP Response wrapper. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastle.asn1.ocsp
Classes in com.itextpdf.bouncycastle.asn1.ocsp that implement IBasicOCSPResponse -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastle.cert.ocsp
Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IBasicOCSPResponseModifierConstructorDescriptionSingleRespBC
(IBasicOCSPResponse basicResp) Creates new wrapper instance forSingleResp
. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createBasicOCSPResponse
(byte[] bytes) BouncyCastleDefaultFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Methods in com.itextpdf.bouncycastleconnector with parameters of type IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createBasicOCSPResp
(IBasicOCSPResponse response) BouncyCastleDefaultFactory.createSingleResp
(IBasicOCSPResponse basicResp) -
Uses of IBasicOCSPResponse in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IBasicOCSPResponseModifier and TypeMethodDescriptionIBouncyCastleFactory.createBasicOCSPResponse
(byte[] bytes) Create basic OCSP Response wrapper frombyte[]
array.IBouncyCastleFactory.createBasicOCSPResponse
(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IBasicOCSPResponseModifier and TypeMethodDescriptionIBouncyCastleFactory.createBasicOCSPResp
(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.IBouncyCastleFactory.createSingleResp
(IBasicOCSPResponse basicResp) Create single resp wrapper from basic OCSP Response wrapper. -
Uses of IBasicOCSPResponse in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as IBasicOCSPResponseModifier and TypeFieldDescription(package private) IBasicOCSPResponse
PdfPKCS7.basicResp
BouncyCastle IBasicOCSPResponseFields in com.itextpdf.signatures with type parameters of type IBasicOCSPResponseModifier and TypeFieldDescriptionprivate final Collection
<IBasicOCSPResponse> PdfPKCS7.signedDataOcsps
Methods in com.itextpdf.signatures that return IBasicOCSPResponseModifier and TypeMethodDescriptionprivate static IBasicOCSPResponse
CertificateUtil.createOcsp
(IASN1Sequence seq) Helper method that creates theIBasicOCSPResponse
object from the response bytes.PdfPKCS7.getOcsp()
Gets the OCSP basic response from the SignerInfo if there is one.Methods in com.itextpdf.signatures that return types with arguments of type IBasicOCSPResponseModifier and TypeMethodDescriptionPdfPKCS7.getSignedDataOcsps()
Gets the OCSP basic response collection retrieved from SignedData structure. -
Uses of IBasicOCSPResponse in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms with type parameters of type IBasicOCSPResponseModifier and TypeFieldDescriptionprivate final Collection
<IBasicOCSPResponse> CMSContainer.ocsps
Optional.Methods in com.itextpdf.signatures.cms that return types with arguments of type IBasicOCSPResponseMethods in com.itextpdf.signatures.cms with parameters of type IBasicOCSPResponseModifier and TypeMethodDescriptionvoid
CMSContainer.addOcsp
(IBasicOCSPResponse ocspResponse) Adds an OCSP response to the CMS container.