Uses of Interface
com.itextpdf.commons.bouncycastle.operator.IDigestCalculatorProvider
-
-
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle with parameters of type IDigestCalculatorProvider Modifier and Type Method Description IJcaSignerInfoGeneratorBuilder
BouncyCastleFactory. createJcaSignerInfoGeneratorBuilder(IDigestCalculatorProvider digestCalcProviderProvider)
Create Jca signer info generator builder wrapper from digest calculator provider wrapper. -
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp with parameters of type IDigestCalculatorProvider Modifier and Type Method Description boolean
CertificateIDBC. matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider)
Calls actualmatchesIssuer
method for the wrapped CertificateID object. -
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastle.cms.jcajce
Constructors in com.itextpdf.bouncycastle.cms.jcajce with parameters of type IDigestCalculatorProvider Constructor Description JcaSignerInfoGeneratorBuilderBC(IDigestCalculatorProvider calculatorProvider)
Creates new wrapper instance forJcaSignerInfoGeneratorBuilder
. -
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastle.operator
Classes in com.itextpdf.bouncycastle.operator that implement IDigestCalculatorProvider Modifier and Type Class Description class
DigestCalculatorProviderBC
Wrapper class forDigestCalculatorProvider
. -
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastle.operator.jcajce
Methods in com.itextpdf.bouncycastle.operator.jcajce that return IDigestCalculatorProvider Modifier and Type Method Description IDigestCalculatorProvider
JcaDigestCalculatorProviderBuilderBC. build()
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object. -
Uses of IDigestCalculatorProvider in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector with parameters of type IDigestCalculatorProvider Modifier and Type Method Description IJcaSignerInfoGeneratorBuilder
BouncyCastleDefaultFactory. createJcaSignerInfoGeneratorBuilder(IDigestCalculatorProvider digestCalcProviderProvider)
-
Uses of IDigestCalculatorProvider in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle with parameters of type IDigestCalculatorProvider Modifier and Type Method Description IJcaSignerInfoGeneratorBuilder
IBouncyCastleFactory. createJcaSignerInfoGeneratorBuilder(IDigestCalculatorProvider digestCalcProviderProvider)
Create Jca signer info generator builder wrapper from digest calculator provider wrapper. -
Uses of IDigestCalculatorProvider in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp with parameters of type IDigestCalculatorProvider Modifier and Type Method Description boolean
ICertificateID. matchesIssuer(IX509CertificateHolder certificateHolder, IDigestCalculatorProvider provider)
Calls actualmatchesIssuer
method for the wrapped CertificateID object. -
Uses of IDigestCalculatorProvider in com.itextpdf.commons.bouncycastle.operator.jcajce
Methods in com.itextpdf.commons.bouncycastle.operator.jcajce that return IDigestCalculatorProvider Modifier and Type Method Description IDigestCalculatorProvider
IJcaDigestCalculatorProviderBuilder. build()
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object.
-