Uses of Interface
org.bouncycastle.cms.PasswordRecipient
-
Packages that use PasswordRecipient Package Description org.bouncycastle.cms.bc CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the BC lightweight API.org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE. -
-
Uses of PasswordRecipient in org.bouncycastle.cms.bc
Classes in org.bouncycastle.cms.bc that implement PasswordRecipient Modifier and Type Class Description class
BcPasswordEnvelopedRecipient
class
BcPasswordRecipient
the RecipientInfo class for a recipient who has been sent a message encrypted using a password. -
Uses of PasswordRecipient in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement PasswordRecipient Modifier and Type Class Description class
JcePasswordAuthenticatedRecipient
class
JcePasswordEnvelopedRecipient
class
JcePasswordRecipient
the RecipientInfo class for a recipient who has been sent a message encrypted using a password.
-