Uses of Interface
com.itextpdf.commons.bouncycastle.cert.IX509CertificateHolder
-
-
Uses of IX509CertificateHolder in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder
BouncyCastleFactory. createX509CertificateHolder(byte[] bytes)
Create X509 Certificate holder wrapper frombyte[]
.Methods in com.itextpdf.bouncycastle with parameters of type IX509CertificateHolder Modifier and Type Method Description ICertificateID
BouncyCastleFactory. createCertificateID(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, java.math.BigInteger bigInteger)
Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of IX509CertificateHolder in com.itextpdf.bouncycastle.cert
Classes in com.itextpdf.bouncycastle.cert that implement IX509CertificateHolder Modifier and Type Class Description class
X509CertificateHolderBC
Wrapper class forX509CertificateHolder
. -
Uses of IX509CertificateHolder in com.itextpdf.bouncycastle.cert.jcajce
Classes in com.itextpdf.bouncycastle.cert.jcajce that implement IX509CertificateHolder Modifier and Type Class Description class
JcaX509CertificateHolderBC
Wrapper class forJcaX509CertificateHolder
.Methods in com.itextpdf.bouncycastle.cert.jcajce that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder
JcaX509v3CertificateBuilderBC. build(IContentSigner contentSigner)
Calls actualbuild
method for the wrapped JcaX509v3CertificateBuilder object.Methods in com.itextpdf.bouncycastle.cert.jcajce with parameters of type IX509CertificateHolder Modifier and Type Method Description java.security.cert.X509Certificate
JcaX509CertificateConverterBC. getCertificate(IX509CertificateHolder certificateHolder)
Calls actualgetCertificate
method for the wrapped JcaX509CertificateConverter object. -
Uses of IX509CertificateHolder in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder[]
BasicOCSPRespBC. getCerts()
Calls actualgetCerts
method for the wrapped BasicOCSPResp object.Methods in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IX509CertificateHolder Modifier and Type Method Description IBasicOCSPResp
BasicOCSPRespBuilderBC. build(IContentSigner signer, IX509CertificateHolder[] chain, java.util.Date time)
Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.boolean
CertificateIDBC. matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider)
Calls actualmatchesIssuer
method for the wrapped CertificateID object.Constructors in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IX509CertificateHolder Constructor Description CertificateIDBC(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, java.math.BigInteger bigInteger)
Creates new wrapper instance forCertificateID
. -
Uses of IX509CertificateHolder in com.itextpdf.bouncycastle.cms
Methods in com.itextpdf.bouncycastle.cms with parameters of type IX509CertificateHolder Modifier and Type Method Description boolean
RecipientIdBC. match(IX509CertificateHolder holder)
Calls actualmatch
method for the wrapped RecipientId object. -
Uses of IX509CertificateHolder in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder
BouncyCastleDefaultFactory. createX509CertificateHolder(byte[] bytes)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IX509CertificateHolder Modifier and Type Method Description ICertificateID
BouncyCastleDefaultFactory. createCertificateID(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, java.math.BigInteger bigInteger)
-
Uses of IX509CertificateHolder in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder
IBouncyCastleFactory. createX509CertificateHolder(byte[] bytes)
Create X509 Certificate holder wrapper frombyte[]
.Methods in com.itextpdf.commons.bouncycastle with parameters of type IX509CertificateHolder Modifier and Type Method Description ICertificateID
IBouncyCastleFactory. createCertificateID(IDigestCalculator digestCalculator, IX509CertificateHolder certificateHolder, java.math.BigInteger bigInteger)
Create certificate ID wrapper from digest calculator, X509 Certificate holder wrappers andBigInteger
. -
Uses of IX509CertificateHolder in com.itextpdf.commons.bouncycastle.cert.jcajce
Subinterfaces of IX509CertificateHolder in com.itextpdf.commons.bouncycastle.cert.jcajce Modifier and Type Interface Description interface
IJcaX509CertificateHolder
This interface represents the wrapper for JcaX509CertificateHolder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.Methods in com.itextpdf.commons.bouncycastle.cert.jcajce that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder
IJcaX509v3CertificateBuilder. build(IContentSigner contentSigner)
Calls actualbuild
method for the wrapped JcaX509v3CertificateBuilder object.Methods in com.itextpdf.commons.bouncycastle.cert.jcajce with parameters of type IX509CertificateHolder Modifier and Type Method Description java.security.cert.X509Certificate
IJcaX509CertificateConverter. getCertificate(IX509CertificateHolder certificateHolder)
Calls actualgetCertificate
method for the wrapped JcaX509CertificateConverter object. -
Uses of IX509CertificateHolder in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IX509CertificateHolder Modifier and Type Method Description IX509CertificateHolder[]
IBasicOCSPResp. getCerts()
Calls actualgetCerts
method for the wrapped BasicOCSPResp object.Methods in com.itextpdf.commons.bouncycastle.cert.ocsp with parameters of type IX509CertificateHolder Modifier and Type Method Description IBasicOCSPResp
IBasicOCSPRespBuilder. build(IContentSigner signer, IX509CertificateHolder[] chain, java.util.Date time)
Calls actualbuild
method for the wrapped BasicOCSPRespBuilder object.boolean
ICertificateID. matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider)
Calls actualmatchesIssuer
method for the wrapped CertificateID object. -
Uses of IX509CertificateHolder in com.itextpdf.commons.bouncycastle.cms
Methods in com.itextpdf.commons.bouncycastle.cms with parameters of type IX509CertificateHolder Modifier and Type Method Description boolean
IRecipientId. match(IX509CertificateHolder holder)
Calls actualmatch
method for the wrapped RecipientId object.
-