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 RecipientInformation
keyEncAlg, messageAlgorithm, rid, secureReadable -
Method Summary
Modifier and TypeMethodDescriptionprotected RecipientOperatorgetRecipientOperator(Recipient recipient) Methods inherited from class RecipientInformation
getContent, getContentDigest, getContentStream, getContentType, getKeyEncryptionAlgOID, getKeyEncryptionAlgorithm, getKeyEncryptionAlgParams, getMac, getRID
-
Method Details
-
getRecipientOperator
protected RecipientOperator getRecipientOperator(Recipient recipient) throws CMSException, IOException - Specified by:
getRecipientOperatorin classRecipientInformation- Throws:
CMSExceptionIOException
-