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(java.security.Provider provider)
Set the provider to use for content processing.
|
JceKEKRecipient |
JceKEKRecipient.setContentProvider(java.lang.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(java.security.Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKEKRecipient |
JceKEKRecipient.setProvider(java.lang.String providerName)
Set the provider to use for key recovery and content processing.
|