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.operator |
Basic operator definitions for doing encryption, signing, and digest operations.
|
Modifier and Type | Method and Description |
---|---|
ContentVerifier |
SignerInformationVerifier.getContentVerifier(AlgorithmIdentifier signingAlgorithm,
AlgorithmIdentifier digestAlgorithm) |
Modifier and Type | Method and Description |
---|---|
ContentVerifier |
ContentVerifierProvider.get(AlgorithmIdentifier verifierAlgorithmIdentifier)
Return a ContentVerifier that matches the passed in algorithm identifier,
|
Copyright © 2018 BouncyCastle.org. All rights reserved.