Bouncy Castle Cryptography Library 1.33 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.cms.RecipientInformation
org.bouncycastle.cms.KEKRecipientInformation
public class KEKRecipientInformation
extends RecipientInformation
Field 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 , getDataEncryptionAlgorithmName , 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