Uses of Class
org.bouncycastle.cms.jcajce.JceKEKRecipient
-
Packages that use JceKEKRecipient Package Description org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of JceKEKRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKEKRecipient in org.bouncycastle.cms.jcajce Modifier and Type Class 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
Methods in org.bouncycastle.cms.jcajce that return JceKEKRecipient Modifier and Type Method Description JceKEKRecipient
JceKEKRecipient. setContentProvider(String providerName)
Set the provider to use for content processing.JceKEKRecipient
JceKEKRecipient. setContentProvider(Provider provider)
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(String providerName)
Set the provider to use for key recovery and content processing.JceKEKRecipient
JceKEKRecipient. setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
-