Uses of Class
org.bouncycastle.cms.jcajce.JceKeyTransRecipient
Packages that use JceKeyTransRecipient
-
Uses of JceKeyTransRecipient in org.bouncycastle.cms.jcajce
Subclasses of JceKeyTransRecipient 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.classclassMethods in org.bouncycastle.cms.jcajce that return JceKeyTransRecipientModifier and TypeMethodDescriptionJceKeyTransRecipient.setAlgorithmMapping(ASN1ObjectIdentifier algorithm, String algorithmName) Internally algorithm ids are converted into cipher names using a lookup table.JceKeyTransRecipient.setContentProvider(String providerName) Set the provider to use for content processing.JceKeyTransRecipient.setContentProvider(Provider provider) Set the provider to use for content processing.JceKeyTransRecipient.setKeySizeValidation(boolean doValidate) Set validation of retrieved key sizes against the algorithm parameters for the encrypted key where possible - default is off.JceKeyTransRecipient.setMustProduceEncodableUnwrappedKey(boolean unwrappedKeyMustBeEncodable) Flag that unwrapping must produce a key that will return a meaningful value from a call to Key.getEncoded().JceKeyTransRecipient.setProvider(String providerName) Set the provider to use for key recovery and content processing.JceKeyTransRecipient.setProvider(Provider provider) Set the provider to use for key recovery and content processing.