Uses of Class
org.bouncycastle.operator.OperatorCreationException
-
Packages that use OperatorCreationException Package Description org.bouncycastle.cert Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.org.bouncycastle.cert.jcajce JCA extensions to the certificate building and processing package.org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.eac.operator.jcajce org.bouncycastle.est.jcajce JCA/JCE/JSSE support Enrollment over Secure Transport.org.bouncycastle.mozilla Support class for mozilla signed public key and challenge.org.bouncycastle.openssl Classes for dealing with OpenSSL PEM files.org.bouncycastle.openssl.jcajce org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations.org.bouncycastle.operator.bc Basic operator implementations for doing encryption, signing, and digest operations using the BC lightweight API.org.bouncycastle.operator.jcajce Basic operator implementations for doing encryption, signing, and digest operations using the JCA and the JCE.org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.pkcs.jcajce JCA extensions and operators for the PKCS#10 certification request package.org.bouncycastle.tsp.cms Classes for dealing Syntax for Binding Documents with Time-Stamps - RFC 5544.org.bouncycastle.tsp.ers -
-
Uses of OperatorCreationException in org.bouncycastle.cert
Methods in org.bouncycastle.cert that throw OperatorCreationException Modifier and Type Method Description ContentVerifierProvider
X509ContentVerifierProviderBuilder. build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
ContentVerifierProvider
X509ContentVerifierProviderBuilder. build(X509CertificateHolder validatingKeyInfo)
-
Uses of OperatorCreationException in org.bouncycastle.cert.jcajce
Methods in org.bouncycastle.cert.jcajce that throw OperatorCreationException Modifier and Type Method Description ContentVerifierProvider
JcaX509ContentVerifierProviderBuilder. build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo validatingKeyInfo)
ContentVerifierProvider
JcaX509ContentVerifierProviderBuilder. build(X509CertificateHolder validatingKeyInfo)
-
Uses of OperatorCreationException in org.bouncycastle.cms
Methods in org.bouncycastle.cms that throw OperatorCreationException Modifier and Type Method Description SignerInfoGenerator
SignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] subjectKeyIdentifier)
Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGenerator
SignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)
Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.SignerInformationVerifier
SignerInformationVerifierProvider. get(SignerId sid)
Return a SignerInformationVerifierProvider suitable for the passed in SID.ContentVerifier
SignerInformationVerifier. getContentVerifier(org.bouncycastle.asn1.x509.AlgorithmIdentifier signingAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithm)
DigestCalculator
SignerInformationVerifier. getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
-
Uses of OperatorCreationException in org.bouncycastle.cms.bc
Methods in org.bouncycastle.cms.bc that throw OperatorCreationException Modifier and Type Method Description SignerInformationVerifier
BcRSASignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
SignerInformationVerifier
BcRSASignerInfoVerifierBuilder. build(org.bouncycastle.crypto.params.AsymmetricKeyParameter pubKey)
-
Uses of OperatorCreationException in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that throw OperatorCreationException Modifier and Type Method Description SignerInfoGenerator
JcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] keyIdentifier)
SignerInfoGenerator
JcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509Certificate certificate)
SignerInfoGenerator
JcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)
SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(X509Certificate certificate)
SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(PublicKey pubKey)
SignerInformationVerifier
JcaSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
SignerInfoGenerator
JcaSimpleSignerInfoGeneratorBuilder. build(String algorithmName, PrivateKey privateKey, byte[] keyIdentifier)
SignerInfoGenerator
JcaSimpleSignerInfoGeneratorBuilder. build(String algorithmName, PrivateKey privateKey, X509Certificate certificate)
SignerInfoGenerator
JcaSimpleSignerInfoGeneratorBuilder. build(String algorithmName, PrivateKey privateKey, X509CertificateHolder certificate)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(X509Certificate certificate)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(PublicKey pubKey)
SignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setProvider(String providerName)
JcaSimpleSignerInfoGeneratorBuilder
JcaSimpleSignerInfoGeneratorBuilder. setProvider(Provider provider)
Constructors in org.bouncycastle.cms.jcajce that throw OperatorCreationException Constructor Description JcaSimpleSignerInfoGeneratorBuilder()
-
Uses of OperatorCreationException in org.bouncycastle.eac.operator.jcajce
Methods in org.bouncycastle.eac.operator.jcajce that throw OperatorCreationException Modifier and Type Method Description EACSignatureVerifier
JcaEACSignatureVerifierBuilder. build(org.bouncycastle.asn1.ASN1ObjectIdentifier usageOid, PublicKey pubKey)
EACSigner
JcaEACSignerBuilder. build(String algorithm, PrivateKey privKey)
EACSigner
JcaEACSignerBuilder. build(org.bouncycastle.asn1.ASN1ObjectIdentifier usageOid, PrivateKey privKey)
-
Uses of OperatorCreationException in org.bouncycastle.est.jcajce
Methods in org.bouncycastle.est.jcajce that throw OperatorCreationException Modifier and Type Method Description HttpAuth
JcaHttpAuthBuilder. build()
Return a HttpAuth implementing digest auth for the user, password, and realm combination. -
Uses of OperatorCreationException in org.bouncycastle.mozilla
Methods in org.bouncycastle.mozilla that throw OperatorCreationException Modifier and Type Method Description boolean
SignedPublicKeyAndChallenge. isSignatureValid(ContentVerifierProvider verifierProvider)
-
Uses of OperatorCreationException in org.bouncycastle.openssl
Methods in org.bouncycastle.openssl that throw OperatorCreationException Modifier and Type Method Description PEMDecryptor
PEMDecryptorProvider. get(String dekAlgName)
-
Uses of OperatorCreationException in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that throw OperatorCreationException Modifier and Type Method Description InputDecryptorProvider
JceOpenSSLPKCS8DecryptorProviderBuilder. build(char[] password)
OutputEncryptor
JceOpenSSLPKCS8EncryptorBuilder. build()
-
Uses of OperatorCreationException in org.bouncycastle.operator
Methods in org.bouncycastle.operator that throw OperatorCreationException Modifier and Type Method Description ContentVerifier
ContentVerifierProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier verifierAlgorithmIdentifier)
Return a ContentVerifier that matches the passed in algorithm identifier,DigestCalculator
DigestCalculatorProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
InputDecryptor
InputDecryptorProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
-
Uses of OperatorCreationException in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that throw OperatorCreationException Modifier and Type Method Description ContentSigner
BcContentSignerBuilder. build(org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey)
ContentVerifierProvider
BcContentVerifierProviderBuilder. build(X509CertificateHolder certHolder)
ContentVerifierProvider
BcContentVerifierProviderBuilder. build(org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey)
protected abstract org.bouncycastle.crypto.Signer
BcContentSignerBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)
protected abstract org.bouncycastle.crypto.Signer
BcContentVerifierProviderBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
Create the correct signer for the algorithm identifier sigAlgId.protected org.bouncycastle.crypto.Signer
BcDSAContentSignerBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
protected org.bouncycastle.crypto.Signer
BcDSAContentVerifierProviderBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
protected org.bouncycastle.crypto.Signer
BcECContentSignerBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
protected org.bouncycastle.crypto.Signer
BcECContentVerifierProviderBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
protected org.bouncycastle.crypto.Signer
BcRSAContentSignerBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId, org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId)
protected org.bouncycastle.crypto.Signer
BcRSAContentVerifierProviderBuilder. createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId)
org.bouncycastle.crypto.ExtendedDigest
BcDefaultDigestProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
DigestCalculator
BcDigestCalculatorProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
org.bouncycastle.crypto.ExtendedDigest
BcDigestProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
-
Uses of OperatorCreationException in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that throw OperatorCreationException Modifier and Type Method Description ContentSigner
JcaContentSignerBuilder. build(PrivateKey privateKey)
ContentVerifierProvider
JcaContentVerifierProviderBuilder. build(X509Certificate certificate)
ContentVerifierProvider
JcaContentVerifierProviderBuilder. build(PublicKey publicKey)
ContentVerifierProvider
JcaContentVerifierProviderBuilder. build(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKey)
ContentVerifierProvider
JcaContentVerifierProviderBuilder. build(X509CertificateHolder certHolder)
DigestCalculatorProvider
JcaDigestCalculatorProviderBuilder. build()
-
Uses of OperatorCreationException in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that throw OperatorCreationException Modifier and Type Method Description MacCalculator
PKCS12MacCalculatorBuilder. build(char[] password)
-
Uses of OperatorCreationException in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce that throw OperatorCreationException Modifier and Type Method Description MacCalculator
JcePKCS12MacCalculatorBuilder. build(char[] password)
OutputEncryptor
JcePKCSPBEOutputEncryptorBuilder. build(char[] password)
-
Uses of OperatorCreationException in org.bouncycastle.tsp.cms
Methods in org.bouncycastle.tsp.cms that throw OperatorCreationException Modifier and Type Method Description DigestCalculator
CMSTimeStampedData. getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm described in the first time stamp in the TemporalData for this message.DigestCalculator
CMSTimeStampedDataParser. getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm described in the first time stamp in the TemporalData for this message. -
Uses of OperatorCreationException in org.bouncycastle.tsp.ers
Methods in org.bouncycastle.tsp.ers that throw OperatorCreationException Modifier and Type Method Description void
ERSArchiveTimeStamp. validatePresent(byte[] hash, Date atDate)
void
ERSArchiveTimeStamp. validatePresent(ERSData data, Date atDate)
void
ERSEvidenceRecord. validatePresent(byte[] hash, Date atDate)
void
ERSEvidenceRecord. validatePresent(ERSData data, Date atDate)
-