Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
Modifier and Type | Class and Description |
---|---|
class |
JceKEKAuthenticatedRecipient
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 |
JceKEKEnvelopedRecipient |
Modifier and Type | Method and Description |
---|---|
JceKEKRecipient |
JceKEKRecipient.setContentProvider(Provider provider)
Set the provider to use for content processing.
|
JceKEKRecipient |
JceKEKRecipient.setContentProvider(String providerName)
Set the provider to use for content processing.
|
JceKEKRecipient |
JceKEKRecipient.setKeySizeValidation(boolean doValidate)
Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.
|
JceKEKRecipient |
JceKEKRecipient.setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKEKRecipient |
JceKEKRecipient.setProvider(String providerName)
Set the provider to use for key recovery and content processing.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.