Uses of Class
org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
-
Packages that use JceKeyTransRecipientInfoGenerator 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 JceKeyTransRecipientInfoGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return JceKeyTransRecipientInfoGenerator Modifier and Type Method Description JceKeyTransRecipientInfoGenerator
JceKeyTransRecipientInfoGenerator. setAlgorithmMapping(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm, String algorithmName)
Internally algorithm ids are converted into cipher names using a lookup table.JceKeyTransRecipientInfoGenerator
JceKeyTransRecipientInfoGenerator. setProvider(String providerName)
JceKeyTransRecipientInfoGenerator
JceKeyTransRecipientInfoGenerator. setProvider(Provider provider)
-