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 | Class and Description |
---|---|
class |
JceKeyTransAuthenticatedRecipient
the KeyTransRecipientInformation class for a recipient who has been sent a secret
key encrypted using their public key that needs to be used to
extract the message.
|
class |
JceKeyTransEnvelopedRecipient |
Modifier and Type | Method and Description |
---|---|
JceKeyTransRecipient |
JceKeyTransRecipient.setAlgorithmMapping(ASN1ObjectIdentifier algorithm,
String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setContentProvider(Provider provider)
Set the provider to use for content processing.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setContentProvider(String providerName)
Set the provider to use for content processing.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setKeySizeValidation(boolean doValidate)
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable)
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().
|
JceKeyTransRecipient |
JceKeyTransRecipient.setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setProvider(String providerName)
Set the provider to use for key recovery and content processing.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.