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.
|
org.bouncycastle.operator |
Basic operator definitions for doing encryption, signing, and digest operations.
|
Constructor and Description |
---|
SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator,
SignatureAlgorithmIdentifierFinder sigAlgorithmFinder,
ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider) |
Constructor and Description |
---|
BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen,
SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
DigestCalculatorProvider digestCalculatorProvider) |
Modifier and Type | Method and Description |
---|---|
JcaSignerInfoVerifierBuilder |
JcaSignerInfoVerifierBuilder.setSignatureAlgorithmFinder(SignatureAlgorithmIdentifierFinder sigAlgIDFinder) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSignatureAlgorithmIdentifierFinder |
Copyright © 2021 BouncyCastle.org. All rights reserved.