Package | Description |
---|---|
org.bouncycastle.cms.jcajce |
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(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
java.lang.String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setContentProvider(java.security.Provider provider)
Set the provider to use for content processing.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setContentProvider(java.lang.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.setProvider(java.security.Provider provider)
Set the provider to use for key recovery and content processing.
|
JceKeyTransRecipient |
JceKeyTransRecipient.setProvider(java.lang.String providerName)
Set the provider to use for key recovery and content processing.
|