Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IBasicOCSPResponse
-
-
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResponse
BouncyCastleFactory. createBasicOCSPResponse(byte[] bytes)
Create basic OCSP Response wrapper frombyte[]
array.IBasicOCSPResponse
BouncyCastleFactory. createBasicOCSPResponse(IASN1Primitive primitive)
Create basic OCSP Response wrapper from ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResp
BouncyCastleFactory. createBasicOCSPResp(IBasicOCSPResponse response)
Create basic OCSP Resp wrapper from basic OCSP Response wrapper.ISingleResp
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 Modifier and Type Class Description class
BasicOCSPResponseBC
Wrapper class forBasicOCSPResponse
. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastle.cert.ocsp
Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IBasicOCSPResponse Constructor Description SingleRespBC(IBasicOCSPResponse basicResp)
Creates new wrapper instance forSingleResp
. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResponse
BouncyCastleDefaultFactory. createBasicOCSPResponse(byte[] bytes)
IBasicOCSPResponse
BouncyCastleDefaultFactory. createBasicOCSPResponse(IASN1Primitive primitive)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResp
BouncyCastleDefaultFactory. createBasicOCSPResp(IBasicOCSPResponse response)
ISingleResp
BouncyCastleDefaultFactory. createSingleResp(IBasicOCSPResponse basicResp)
-
Uses of IBasicOCSPResponse in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResponse
IBouncyCastleFactory. createBasicOCSPResponse(byte[] bytes)
Create basic OCSP Response wrapper frombyte[]
array.IBasicOCSPResponse
IBouncyCastleFactory. createBasicOCSPResponse(IASN1Primitive primitive)
Create basic OCSP Response wrapper from ASN1 Primitive wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPResp
IBouncyCastleFactory. createBasicOCSPResp(IBasicOCSPResponse response)
Create basic OCSP Resp wrapper from basic OCSP Response wrapper.ISingleResp
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 IBasicOCSPResponse Modifier and Type Field Description (package private) IBasicOCSPResponse
PdfPKCS7. basicResp
BouncyCastle IBasicOCSPResponseFields in com.itextpdf.signatures with type parameters of type IBasicOCSPResponse Modifier and Type Field Description private java.util.Collection<IBasicOCSPResponse>
PdfPKCS7. signedDataOcsps
Methods in com.itextpdf.signatures that return IBasicOCSPResponse Modifier and Type Method Description private static IBasicOCSPResponse
CertificateUtil. createOcsp(IASN1Sequence seq)
Helper method that creates theIBasicOCSPResponse
object from the response bytes.IBasicOCSPResponse
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 IBasicOCSPResponse Modifier and Type Method Description java.util.Collection<IBasicOCSPResponse>
PdfPKCS7. 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 IBasicOCSPResponse Modifier and Type Field Description private java.util.Collection<IBasicOCSPResponse>
CMSContainer. ocsps
Optional.Methods in com.itextpdf.signatures.cms that return types with arguments of type IBasicOCSPResponse Modifier and Type Method Description java.util.Collection<IBasicOCSPResponse>
CMSContainer. getOcsps()
Retrieves a copy of the list of OCSPs.Methods in com.itextpdf.signatures.cms with parameters of type IBasicOCSPResponse Modifier and Type Method Description void
CMSContainer. addOcsp(IBasicOCSPResponse ocspResponse)
Adds an OCSP response to the CMS container.
-