Uses of Interface
org.bouncycastle.cms.CMSSignatureAlgorithmNameGenerator
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce |
-
Uses of CMSSignatureAlgorithmNameGenerator in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSSignatureAlgorithmNameGenerator Modifier and Type Class Description classDefaultCMSSignatureAlgorithmNameGeneratorConstructors 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.jcajce
Methods in org.bouncycastle.cms.jcajce with parameters of type CMSSignatureAlgorithmNameGenerator Modifier and Type Method Description JcaSignerInfoVerifierBuilderJcaSignerInfoVerifierBuilder. setSignatureAlgorithmNameGenerator(CMSSignatureAlgorithmNameGenerator sigAlgNameGen)Override the default signature algorithm name generator.