Uses of Class
org.bouncycastle.cms.jcajce.JceKEKRecipient
Packages that use JceKEKRecipient
-
Uses of JceKEKRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKEKRecipient in org.bouncycastle.cms.jcajceModifier and TypeClassDescriptionclassthe 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.classMethods in org.bouncycastle.cms.jcajce that return JceKEKRecipientModifier and TypeMethodDescriptionJceKEKRecipient.setContentProvider(String providerName) Set the provider to use for content processing.JceKEKRecipient.setContentProvider(Provider provider) Set the provider to use for content processing.JceKEKRecipient.setKeySizeValidation(boolean doValidate) Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.JceKEKRecipient.setProvider(String providerName) Set the provider to use for key recovery and content processing.JceKEKRecipient.setProvider(Provider provider) Set the provider to use for key recovery and content processing.