Uses of Class
org.bouncycastle.operator.OperatorCreationException
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.operator | |
| org.bouncycastle.operator.bc | |
| org.bouncycastle.operator.jcajce |
-
Uses of OperatorCreationException in org.bouncycastle.cms
Methods in org.bouncycastle.cms that throw OperatorCreationException Modifier and Type Method Description SignerInfoGeneratorSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] subjectKeyIdentifier)Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGeneratorSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.ContentVerifierSignerInformationVerifier. getContentVerifier(AlgorithmIdentifier signingAlgorithm, AlgorithmIdentifier digestAlgorithm)DigestCalculatorSignerInformationVerifier. getDigestCalculator(AlgorithmIdentifier algorithmIdentifier) -
Uses of OperatorCreationException in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that throw OperatorCreationException Modifier and Type Method Description SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] keyIdentifier)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509Certificate certificate)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)SignerInformationVerifierJcaSignerInfoVerifierBuilder. build(X509Certificate certificate)SignerInformationVerifierJcaSignerInfoVerifierBuilder. build(PublicKey pubKey)SignerInformationVerifierJcaSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder)SignerInformationVerifierJcaSimpleSignerInfoVerifierBuilder. build(X509Certificate certificate)SignerInformationVerifierJcaSimpleSignerInfoVerifierBuilder. build(PublicKey pubKey)SignerInformationVerifierJcaSimpleSignerInfoVerifierBuilder. build(X509CertificateHolder certHolder) -
Uses of OperatorCreationException in org.bouncycastle.operator
Methods in org.bouncycastle.operator that throw OperatorCreationException Modifier and Type Method Description ContentVerifierContentVerifierProvider. get(AlgorithmIdentifier verifierAlgorithmIdentifier)Return a ContentVerifier that matches the passed in algorithm identifier,DigestCalculatorDigestCalculatorProvider. get(AlgorithmIdentifier digestAlgorithmIdentifier) -
Uses of OperatorCreationException in org.bouncycastle.operator.bc
Methods in org.bouncycastle.operator.bc that throw OperatorCreationException Modifier and Type Method Description ExtendedDigestBcDefaultDigestProvider. get(AlgorithmIdentifier digestAlgorithmIdentifier)DigestCalculatorBcDigestCalculatorProvider. get(AlgorithmIdentifier algorithm)ExtendedDigestBcDigestProvider. get(AlgorithmIdentifier digestAlgorithmIdentifier) -
Uses of OperatorCreationException in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that throw OperatorCreationException Modifier and Type Method Description ContentSignerJcaContentSignerBuilder. build(PrivateKey privateKey)ContentVerifierProviderJcaContentVerifierProviderBuilder. build(X509Certificate certificate)ContentVerifierProviderJcaContentVerifierProviderBuilder. build(PublicKey publicKey)ContentVerifierProviderJcaContentVerifierProviderBuilder. build(X509CertificateHolder certHolder)DigestCalculatorProviderJcaDigestCalculatorProviderBuilder. build()