Package org.bouncycastle.cms
Class KEKRecipientInformation
java.lang.Object
org.bouncycastle.cms.RecipientInformation
org.bouncycastle.cms.KEKRecipientInformation
the RecipientInfo class for a recipient who has been sent a message
encrypted using a secret key known to the other side.
-
Field Summary
Fields inherited from class org.bouncycastle.cms.RecipientInformation
keyEncAlg, messageAlgorithm, rid, secureReadable
-
Method Summary
Modifier and TypeMethodDescriptionprotected RecipientOperator
getRecipientOperator
(Recipient recipient) Methods inherited from class org.bouncycastle.cms.RecipientInformation
getContent, getContentDigest, getContentStream, getContentType, getKeyEncryptionAlgOID, getKeyEncryptionAlgorithm, getKeyEncryptionAlgParams, getMac, getRID
-
Method Details
-
getRecipientOperator
protected RecipientOperator getRecipientOperator(Recipient recipient) throws CMSException, IOException - Specified by:
getRecipientOperator
in classRecipientInformation
- Throws:
CMSException
IOException
-