org.bouncycastle.cms
Class KEKRecipientInformation
public class KEKRecipientInformation
the RecipientInfo class for a recipient who has been sent a message
encrypted using a secret key known to the other side.
byte[] | getContent(Key key, String prov) - decrypt the content and return it as a byte array.
|
KEKRecipientInformation
public KEKRecipientInformation(KEKRecipientInfo 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