Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.
|
Modifier and Type | Method and Description |
---|---|
JceCMSMacCalculatorBuilder |
JceCMSMacCalculatorBuilder.setAlgorithmParameters(AlgorithmParameters algorithmParameters)
Provide a set of algorithm parameters for the content MAC calculator to use.
|
JceCMSMacCalculatorBuilder |
JceCMSMacCalculatorBuilder.setProvider(Provider provider)
Set the provider to use for content encryption.
|
JceCMSMacCalculatorBuilder |
JceCMSMacCalculatorBuilder.setProvider(String providerName)
Set the provider to use for content encryption (by name)
|
JceCMSMacCalculatorBuilder |
JceCMSMacCalculatorBuilder.setSecureRandom(SecureRandom random)
Provide a specified source of randomness to be used for session key and IV/nonce generation.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.