Uses of Interface
org.bouncycastle.cms.KeyTransRecipient
-
Packages that use KeyTransRecipient 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 KeyTransRecipient in org.bouncycastle.cms.bc
Classes in org.bouncycastle.cms.bc that implement KeyTransRecipient Modifier and Type Class Description class
BcKeyTransRecipient
class
BcRSAKeyTransEnvelopedRecipient
-
Uses of KeyTransRecipient in org.bouncycastle.cms.jcajce
Classes in org.bouncycastle.cms.jcajce that implement KeyTransRecipient Modifier and Type Class Description class
JceKeyTransAuthenticatedRecipient
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
JceKeyTransAuthEnvelopedRecipient
class
JceKeyTransEnvelopedRecipient
class
JceKeyTransRecipient
class
JceKTSKeyTransAuthenticatedRecipient
the KeyTransRecipient class for a recipient who has been sent secret key material encrypted using their public key that needs to be used to derive a key and authenticate a message.class
JceKTSKeyTransEnvelopedRecipient
the KeyTransRecipient class for a recipient who has been sent secret key material encrypted using their public key that needs to be used to derive a key and extract a message.class
JceKTSKeyTransRecipient
-