| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.cms.RecipientInformationorg.bouncycastle.cms.KEKRecipientInformationpublic class KEKRecipientInformationextends RecipientInformationField Summary |
Fields inherited from class org.bouncycastle.cms.RecipientInformation | |
_data, _encAlg, _keyEncAlg, _rid | |
Constructor Summary | |
| |
Method Summary | |
CMSTypedStream |
|
Methods inherited from class org.bouncycastle.cms.RecipientInformation | |
getContent, getContentFromSessionKey, getContentStream, getKeyEncryptionAlgOID, getKeyEncryptionAlgParams, getKeyEncryptionAlgorithmParameters, getRID | |
public KEKRecipientInformation(KEKRecipientInfo info,
AlgorithmIdentifier encAlg,
InputStream data)public CMSTypedStream getContentStream(Key key, String prov) throws CMSException, NoSuchProviderException
decrypt the content and return an input stream.
- Overrides:
- getContentStream in interface RecipientInformation