Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.ICertificateStatus
-
-
Uses of ICertificateStatus in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ICertificateStatus Modifier and Type Method Description ICertificateStatusBouncyCastleFactory. createCertificateStatus()Create certificate status wrapper without parameters.Methods in com.itextpdf.bouncycastle with parameters of type ICertificateStatus Modifier and Type Method Description IRevokedStatusBouncyCastleFactory. createRevokedStatus(ICertificateStatus certificateStatus)Create revoked status wrapper from certificate status wrapper. -
Uses of ICertificateStatus in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement ICertificateStatus Modifier and Type Class Description classCertificateStatusBCWrapper class forCertificateStatus.classRevokedStatusBCWrapper class forRevokedStatus.classUnknownStatusBCWrapper class forUnknownStatus.Methods in com.itextpdf.bouncycastle.cert.ocsp that return ICertificateStatus Modifier and Type Method Description ICertificateStatusSingleRespBC. getCertStatus()Calls actualgetCertStatusmethod for the wrapped SingleResp object.ICertificateStatusCertificateStatusBC. getGood()GetsGOODconstant for the wrapped CertificateStatus.Methods in com.itextpdf.bouncycastle.cert.ocsp with parameters of type ICertificateStatus Modifier and Type Method Description IBasicOCSPRespBuilderBasicOCSPRespBuilderBC. addResponse(ICertificateID certID, ICertificateStatus certificateStatus, java.util.Date time, java.util.Date time1, IExtensions extensions)Calls actualaddResponsemethod for the wrapped BasicOCSPRespBuilder object. -
Uses of ICertificateStatus in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ICertificateStatus Modifier and Type Method Description ICertificateStatusBouncyCastleDefaultFactory. createCertificateStatus()Methods in com.itextpdf.bouncycastleconnector with parameters of type ICertificateStatus Modifier and Type Method Description IRevokedStatusBouncyCastleDefaultFactory. createRevokedStatus(ICertificateStatus certificateStatus) -
Uses of ICertificateStatus in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ICertificateStatus Modifier and Type Method Description ICertificateStatusIBouncyCastleFactory. createCertificateStatus()Create certificate status wrapper without parameters.Methods in com.itextpdf.commons.bouncycastle with parameters of type ICertificateStatus Modifier and Type Method Description IRevokedStatusIBouncyCastleFactory. createRevokedStatus(ICertificateStatus certificateStatus)Create revoked status wrapper from certificate status wrapper. -
Uses of ICertificateStatus in com.itextpdf.commons.bouncycastle.cert.ocsp
Subinterfaces of ICertificateStatus in com.itextpdf.commons.bouncycastle.cert.ocsp Modifier and Type Interface Description interfaceIRevokedStatusThis interface represents the wrapper for RevokedStatus that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interfaceIUnknownStatusThis interface represents the wrapper for UnknownStatus that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return ICertificateStatus Modifier and Type Method Description ICertificateStatusISingleResp. getCertStatus()Calls actualgetCertStatusmethod for the wrapped SingleResp object.ICertificateStatusICertificateStatus. getGood()GetsGOODconstant for the wrapped CertificateStatus.Methods in com.itextpdf.commons.bouncycastle.cert.ocsp with parameters of type ICertificateStatus Modifier and Type Method Description IBasicOCSPRespBuilderIBasicOCSPRespBuilder. addResponse(ICertificateID certID, ICertificateStatus certificateStatus, java.util.Date time, java.util.Date time1, IExtensions extensions)Calls actualaddResponsemethod for the wrapped BasicOCSPRespBuilder object. -
Uses of ICertificateStatus in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return ICertificateStatus Modifier and Type Method Description protected static ICertificateStatusOcspClientBouncyCastle. getCertificateStatus(byte[] basicOcspRespBytes)Retrieves certificate status from the OCSP response.
-