Uses of Class
com.itextpdf.commons.bouncycastle.operator.AbstractOperatorCreationException
Package
Description
-
Uses of AbstractOperatorCreationException in com.itextpdf.bouncycastle.operator
Modifier and TypeClassDescriptionclass
Wrapper class forOperatorCreationException
. -
Uses of AbstractOperatorCreationException in com.itextpdf.bouncycastlefips.operator
Modifier and TypeClassDescriptionclass
Wrapper class forOperatorCreationException
. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.cms.jcajce
Modifier and TypeMethodDescriptionIJcaSignerInfoGeneratorBuilder.build
(IContentSigner signer, X509Certificate cert) Calls actualbuild
method for the wrapped JcaSignerInfoGeneratorBuilder object.IJcaSimpleSignerInfoVerifierBuilder.build
(X509Certificate certificate) Calls actualbuild
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.openssl.jcajce
Modifier and TypeMethodDescriptionIJceOpenSSLPKCS8DecryptorProviderBuilder.build
(char[] password) Calls actualbuild
method for the wrapped JceOpenSSLPKCS8DecryptorProviderBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.operator
Modifier and TypeMethodDescriptionIDigestCalculatorProvider.get
(IAlgorithmIdentifier algorithmIdentifier) Calls actualget
method for the wrapped DigestCalculatorProvider object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.operator.jcajce
Modifier and TypeMethodDescriptionIJcaContentSignerBuilder.build
(PrivateKey pk) Calls actualbuild
method for the wrapped JcaContentSignerBuilder object.Calls actualbuild
method for the wrapped JcaContentVerifierProviderBuilder object.IJcaDigestCalculatorProviderBuilder.build()
Calls actualbuild
method for the wrapped JcaDigestCalculatorProviderBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.signatures
Modifier 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.protected InputStream
OcspClientBouncyCastle.createRequestAndResponse
(X509Certificate checkCert, X509Certificate rootCert, String url) Create OCSP request and get the response for this request, represented asInputStream
.protected static IOCSPReq
OcspClientBouncyCastle.generateOCSPRequest
(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.