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(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.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createBasicOCSPResponse(IASN1Primitive primitive) Create basic OCSP Response wrapper from ASN1 Primitive wrapper.Methods in com.itextpdf.bouncycastlefips with parameters of type IBasicOCSPResponseModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createBasicOCSPResp(IBasicOCSPResponse response) Create basic OCSP Resp wrapper from basic OCSP Response wrapper.BouncyCastleFipsFactory.createSingleResp(IBasicOCSPResponse basicResp) Create single resp wrapper from basic OCSP Response wrapper. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastlefips.asn1.ocsp
Classes in com.itextpdf.bouncycastlefips.asn1.ocsp that implement IBasicOCSPResponseModifier and TypeClassDescriptionclassWrapper class forBasicOCSPResponse. -
Uses of IBasicOCSPResponse in com.itextpdf.bouncycastlefips.cert.ocsp
Constructors in com.itextpdf.bouncycastlefips.cert.ocsp with parameters of type IBasicOCSPResponseModifierConstructorDescriptionSingleRespBCFips(IBasicOCSPResponse basicResp) Creates new wrapper instance forSingleResp. -
Uses of IBasicOCSPResponse in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IBasicOCSPResponseModifier and TypeMethodDescriptionIBouncyCastleFactory.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
Methods in com.itextpdf.signatures that return IBasicOCSPResponseModifier and TypeMethodDescriptionPdfPKCS7.getOcsp()Gets the OCSP basic response if there is one.