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