Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.ICertificateID
Packages that use ICertificateID
Package
Description
-
Uses of ICertificateID in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ICertificateIDModifier and TypeMethodDescriptionBouncyCastleFactory.createCertificateID()
Create certificate ID wrapper without parameters.BouncyCastleFactory.createCertificateID
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of ICertificateID in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement ICertificateIDMethods in com.itextpdf.bouncycastle.cert.ocsp that return ICertificateIDModifier and TypeMethodDescriptionReqBC.getCertID()
Calls actualgetCertID
method for the wrapped Req object.SingleRespBC.getCertID()
Calls actualgetCertID
method for the wrapped SingleResp object.Methods in com.itextpdf.bouncycastle.cert.ocsp with parameters of type ICertificateIDModifier and TypeMethodDescriptionOCSPReqBuilderBC.addRequest
(ICertificateID certificateID) Calls actualaddRequest
method for the wrapped OCSPReqBuilder object.BasicOCSPRespBuilderBC.addResponse
(ICertificateID certID, ICertificateStatus certificateStatus, Date time, Date time1, IExtensions extensions) Calls actualaddResponse
method for the wrapped BasicOCSPRespBuilder object. -
Uses of ICertificateID in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return ICertificateIDModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createCertificateID()
Create certificate ID wrapper without parameters.BouncyCastleFipsFactory.createCertificateID
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of ICertificateID in com.itextpdf.bouncycastlefips.cert.ocsp
Classes in com.itextpdf.bouncycastlefips.cert.ocsp that implement ICertificateIDMethods in com.itextpdf.bouncycastlefips.cert.ocsp that return ICertificateIDModifier and TypeMethodDescriptionReqBCFips.getCertID()
Calls actualgetCertID
method for the wrapped Req object.SingleRespBCFips.getCertID()
Calls actualgetCertID
method for the wrapped SingleResp object.Methods in com.itextpdf.bouncycastlefips.cert.ocsp with parameters of type ICertificateIDModifier and TypeMethodDescriptionOCSPReqBuilderBCFips.addRequest
(ICertificateID certificateID) Calls actualaddRequest
method for the wrapped OCSPReqBuilder object.BasicOCSPRespBuilderBCFips.addResponse
(ICertificateID certID, ICertificateStatus certificateStatus, Date time, Date time1, IExtensions extensions) Calls actualaddResponse
method for the wrapped BasicOCSPRespBuilder object. -
Uses of ICertificateID in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ICertificateIDModifier and TypeMethodDescriptionIBouncyCastleFactory.createCertificateID()
Create certificate ID wrapper without parameters.IBouncyCastleFactory.createCertificateID
(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, BigInteger bigInteger) Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of ICertificateID in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return ICertificateIDModifier and TypeMethodDescriptionIReq.getCertID()
Calls actualgetCertID
method for the wrapped Req object.ISingleResp.getCertID()
Calls actualgetCertID
method for the wrapped SingleResp object.Methods in com.itextpdf.commons.bouncycastle.cert.ocsp with parameters of type ICertificateIDModifier and TypeMethodDescriptionIOCSPReqBuilder.addRequest
(ICertificateID certificateID) Calls actualaddRequest
method for the wrapped OCSPReqBuilder object.IBasicOCSPRespBuilder.addResponse
(ICertificateID certID, ICertificateStatus certificateStatus, Date time, Date time1, IExtensions extensions) Calls actualaddResponse
method for the wrapped BasicOCSPRespBuilder object. -
Uses of ICertificateID in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type ICertificateIDModifier and TypeMethodDescriptionstatic boolean
CertificateUtil.checkIfIssuersMatch
(ICertificateID certID, X509Certificate issuerCert) Checks if the issuer of the provided certID (specified in the OCSP response) and provided issuer of the certificate in question matches, i.e.