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