Uses of Interface
org.bouncycastle.cms.KEKRecipient
-
Packages that use KEKRecipient 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 KEKRecipient in org.bouncycastle.cms.bc
Classes in org.bouncycastle.cms.bc that implement KEKRecipient Modifier and Type Class Description class
BcKEKEnvelopedRecipient
class
BcKEKRecipient
-
Uses of KEKRecipient in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement KEKRecipient Modifier and Type Class Description class
JceKEKAuthenticatedRecipient
the 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.class
JceKEKEnvelopedRecipient
class
JceKEKRecipient
-