org.bouncycastle.cms
Class KeyTransRecipientInformation
public class KeyTransRecipientInformation
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.
byte[] | getContent(Key key, String prov) - decrypt the content and return it as a byte array.
|
KeyTransRecipientInformation
public KeyTransRecipientInformation(KeyTransRecipientInfo info,
EncryptedContentInfo data)
getContent
public byte[] getContent(Key key,
String prov)
throws CMSException,
NoSuchProviderException
decrypt the content and return it as a byte array.
- getContent in interface RecipientInformation