Uses of Interface
org.bouncycastle.cms.CMSSignatureAlgorithmNameGenerator
-
Packages that use CMSSignatureAlgorithmNameGenerator Package Description 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. -
-
Uses of CMSSignatureAlgorithmNameGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSSignatureAlgorithmNameGenerator Modifier and Type Class Description class
DefaultCMSSignatureAlgorithmNameGenerator
Constructors in org.bouncycastle.cms with parameters of type CMSSignatureAlgorithmNameGenerator Constructor Description SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider)
-
Uses of CMSSignatureAlgorithmNameGenerator in org.bouncycastle.cms.bc
Constructors in org.bouncycastle.cms.bc with parameters of type CMSSignatureAlgorithmNameGenerator Constructor Description BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, SignatureAlgorithmIdentifierFinder sigAlgIdFinder, DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider)
-
Uses of CMSSignatureAlgorithmNameGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type CMSSignatureAlgorithmNameGenerator Modifier and Type Method Description JcaSignerInfoVerifierBuilder
JcaSignerInfoVerifierBuilder. setSignatureAlgorithmNameGenerator(CMSSignatureAlgorithmNameGenerator sigAlgNameGen)
Override the default signature algorithm name generator.
-