Uses of Class
com.itextpdf.commons.bouncycastle.operator.AbstractOperatorCreationException
Packages that use AbstractOperatorCreationException
Package
Description
-
Uses of AbstractOperatorCreationException in com.itextpdf.bouncycastle.operator
Subclasses of AbstractOperatorCreationException in com.itextpdf.bouncycastle.operatorModifier and TypeClassDescriptionclassWrapper class forOperatorCreationException. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.cms.jcajce
Methods in com.itextpdf.commons.bouncycastle.cms.jcajce that throw AbstractOperatorCreationExceptionModifier and TypeMethodDescriptionIJcaSignerInfoGeneratorBuilder.build(IContentSigner signer, X509Certificate cert) Calls actualbuildmethod for the wrapped JcaSignerInfoGeneratorBuilder object.IJcaSimpleSignerInfoVerifierBuilder.build(X509Certificate certificate) Calls actualbuildmethod for the wrapped JcaSimpleSignerInfoVerifierBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.openssl.jcajce
Methods in com.itextpdf.commons.bouncycastle.openssl.jcajce that throw AbstractOperatorCreationExceptionModifier and TypeMethodDescriptionIJceOpenSSLPKCS8DecryptorProviderBuilder.build(char[] password) Calls actualbuildmethod for the wrapped JceOpenSSLPKCS8DecryptorProviderBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.operator
Methods in com.itextpdf.commons.bouncycastle.operator that throw AbstractOperatorCreationExceptionModifier and TypeMethodDescriptionIDigestCalculatorProvider.get(IAlgorithmIdentifier algorithmIdentifier) Calls actualgetmethod for the wrapped DigestCalculatorProvider object. -
Uses of AbstractOperatorCreationException in com.itextpdf.commons.bouncycastle.operator.jcajce
Methods in com.itextpdf.commons.bouncycastle.operator.jcajce that throw AbstractOperatorCreationExceptionModifier and TypeMethodDescriptionIJcaContentSignerBuilder.build(PrivateKey pk) Calls actualbuildmethod for the wrapped JcaContentSignerBuilder object.Calls actualbuildmethod for the wrapped JcaContentVerifierProviderBuilder object.IJcaDigestCalculatorProviderBuilder.build()Calls actualbuildmethod for the wrapped JcaDigestCalculatorProviderBuilder object. -
Uses of AbstractOperatorCreationException in com.itextpdf.signatures
Methods in com.itextpdf.signatures that throw AbstractOperatorCreationExceptionModifier and TypeMethodDescriptionstatic booleanCertificateUtil.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. checks that issuerNameHash and issuerKeyHash fields of the certID is the hash of the issuer's name and public key.protected InputStreamOcspClientBouncyCastle.createRequestAndResponse(X509Certificate checkCert, X509Certificate rootCert, String url) Create OCSP request and get the response for this request, represented asInputStream.protected static IOCSPReqOcspClientBouncyCastle.generateOCSPRequest(X509Certificate issuerCert, BigInteger serialNumber) Generates an OCSP request using BouncyCastle.