Uses of Class
org.bouncycastle.cms.jcajce.JceKeyTransRecipient
-
Packages that use JceKeyTransRecipient 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 JceKeyTransRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKeyTransRecipient in org.bouncycastle.cms.jcajce Modifier and Type Class 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
JceKeyTransAuthEnvelopedRecipient
class
JceKeyTransEnvelopedRecipient
Methods in org.bouncycastle.cms.jcajce that return JceKeyTransRecipient Modifier and Type Method Description JceKeyTransRecipient
JceKeyTransRecipient. setAlgorithmMapping(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm, String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.JceKeyTransRecipient
JceKeyTransRecipient. setContentProvider(String providerName)
Set the provider to use for content processing.JceKeyTransRecipient
JceKeyTransRecipient. setContentProvider(Provider provider)
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. setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable)
Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().JceKeyTransRecipient
JceKeyTransRecipient. setProvider(String providerName)
Set the provider to use for key recovery and content processing.JceKeyTransRecipient
JceKeyTransRecipient. setProvider(Provider provider)
Set the provider to use for key recovery and content processing.
-