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 IBasicOCSPResponseBouncyCastleFactory. createBasicOCSPResponse(byte[] bytes)Create basic OCSP Response wrapper frombyte[]array.IBasicOCSPResponseBouncyCastleFactory. 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 IBasicOCSPRespBouncyCastleFactory. createBasicOCSPResp(IBasicOCSPResponse response)Create basic OCSP Resp wrapper from basic OCSP Response wrapper.ISingleRespBouncyCastleFactory. 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 classBasicOCSPResponseBCWrapper 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 IBasicOCSPResponseBouncyCastleDefaultFactory. createBasicOCSPResponse(byte[] bytes)IBasicOCSPResponseBouncyCastleDefaultFactory. createBasicOCSPResponse(IASN1Primitive primitive)Methods in com.itextpdf.bouncycastleconnector with parameters of type IBasicOCSPResponse Modifier and Type Method Description IBasicOCSPRespBouncyCastleDefaultFactory. createBasicOCSPResp(IBasicOCSPResponse response)ISingleRespBouncyCastleDefaultFactory. 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 IBasicOCSPResponseIBouncyCastleFactory. createBasicOCSPResponse(byte[] bytes)Create basic OCSP Response wrapper frombyte[]array.IBasicOCSPResponseIBouncyCastleFactory. 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 IBasicOCSPRespIBouncyCastleFactory. createBasicOCSPResp(IBasicOCSPResponse response)Create basic OCSP Resp wrapper from basic OCSP Response wrapper.ISingleRespIBouncyCastleFactory. 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) IBasicOCSPResponsePdfPKCS7. basicRespBouncyCastle IBasicOCSPResponseFields in com.itextpdf.signatures with type parameters of type IBasicOCSPResponse Modifier and Type Field Description private java.util.Collection<IBasicOCSPResponse>PdfPKCS7. signedDataOcspsMethods in com.itextpdf.signatures that return IBasicOCSPResponse Modifier and Type Method Description private static IBasicOCSPResponseCertificateUtil. createOcsp(IASN1Sequence seq)Helper method that creates theIBasicOCSPResponseobject from the response bytes.IBasicOCSPResponsePdfPKCS7. 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. ocspsOptional.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 voidCMSContainer. addOcsp(IBasicOCSPResponse ocspResponse)Adds an OCSP response to the CMS container.
-