Uses of Class
org.bouncycastle.cms.jcajce.JcePasswordRecipient
-
Packages that use JcePasswordRecipient 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 JcePasswordRecipient in org.bouncycastle.cms.jcajce
Subclasses of JcePasswordRecipient in org.bouncycastle.cms.jcajce Modifier and Type Class Description class
JcePasswordAuthenticatedRecipient
class
JcePasswordEnvelopedRecipient
Methods in org.bouncycastle.cms.jcajce that return JcePasswordRecipient Modifier and Type Method Description JcePasswordRecipient
JcePasswordRecipient. setPasswordConversionScheme(int schemeID)
JcePasswordRecipient
JcePasswordRecipient. setProvider(String providerName)
JcePasswordRecipient
JcePasswordRecipient. setProvider(Provider provider)
-