Uses of Interface
org.bouncycastle.cms.CMSSignatureEncryptionAlgorithmFinder
-
Packages that use CMSSignatureEncryptionAlgorithmFinder 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.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of CMSSignatureEncryptionAlgorithmFinder in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSSignatureEncryptionAlgorithmFinder Modifier and Type Class Description class
DefaultCMSSignatureEncryptionAlgorithmFinder
Constructors in org.bouncycastle.cms with parameters of type CMSSignatureEncryptionAlgorithmFinder Constructor Description SignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider, CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder)
Base constructor with a particular finder for signature algorithms. -
Uses of CMSSignatureEncryptionAlgorithmFinder in org.bouncycastle.cms.jcajce
Constructors in org.bouncycastle.cms.jcajce with parameters of type CMSSignatureEncryptionAlgorithmFinder Constructor Description JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider, CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder)
Base constructor with a particular finder for signature algorithms.
-