Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.ISingleResp
-
-
Uses of ISingleResp in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ISingleResp Modifier and Type Method Description ISingleRespBouncyCastleFactory. createSingleResp(IBasicOCSPResponse basicResp)Create single resp wrapper from basic OCSP Response wrapper. -
Uses of ISingleResp in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement ISingleResp Modifier and Type Class Description classSingleRespBCWrapper class forSingleResp.Methods in com.itextpdf.bouncycastle.cert.ocsp that return ISingleResp Modifier and Type Method Description ISingleResp[]BasicOCSPRespBC. getResponses()Calls actualgetResponsesmethod for the wrapped BasicOCSPResp object. -
Uses of ISingleResp in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ISingleResp Modifier and Type Method Description ISingleRespBouncyCastleDefaultFactory. createSingleResp(IBasicOCSPResponse basicResp) -
Uses of ISingleResp in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ISingleResp Modifier and Type Method Description ISingleRespIBouncyCastleFactory. createSingleResp(IBasicOCSPResponse basicResp)Create single resp wrapper from basic OCSP Response wrapper. -
Uses of ISingleResp in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return ISingleResp Modifier and Type Method Description ISingleResp[]IBasicOCSPResp. getResponses()Calls actualgetResponsesmethod for the wrapped BasicOCSPResp object. -
Uses of ISingleResp in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation declared as ISingleResp Modifier and Type Field Description (package private) ISingleRespRevocationDataValidator.OcspResponseValidationInfo. singleRespMethods in com.itextpdf.signatures.validation with parameters of type ISingleResp Modifier and Type Method Description voidOCSPValidator. validate(ValidationReport report, ValidationContext context, java.security.cert.X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, java.util.Date validationDate, java.util.Date responseGenerationDate)Validates a certificate against single OCSP Response.Constructors in com.itextpdf.signatures.validation with parameters of type ISingleResp Constructor Description OcspResponseValidationInfo(ISingleResp singleResp, IBasicOCSPResp basicOCSPResp, java.util.Date trustedGenerationDate, TimeBasedContext timeBasedContext)Creates validation related information about single OCSP response.
-