Package org.bouncycastle.cms
Class CMSEncryptedData
- java.lang.Object
 - 
- org.bouncycastle.cms.CMSEncryptedData
 
 
- 
public class CMSEncryptedData extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent(InputDecryptorProvider inputDecryptorProvider)CMSTypedStreamgetContentStream(InputDecryptorProvider inputDecryptorProvider)org.bouncycastle.asn1.cms.ContentInfotoASN1Structure()return the ContentInfo 
 - 
 
- 
- 
Method Detail
- 
getContent
public byte[] getContent(InputDecryptorProvider inputDecryptorProvider) throws CMSException
- Throws:
 CMSException
 
- 
getContentStream
public CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException
- Throws:
 CMSException
 
- 
toASN1Structure
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
return the ContentInfo 
 - 
 
 -