Package org.bouncycastle.cms
Class CMSEncryptedData
java.lang.Object
org.bouncycastle.cms.CMSEncryptedData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getContent
(InputDecryptorProvider inputDecryptorProvider) getContentStream
(InputDecryptorProvider inputDecryptorProvider) org.bouncycastle.asn1.cms.ContentInfo
return the ContentInfo
-
Constructor Details
-
CMSEncryptedData
public CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
-
-
Method Details
-
getContent
- Throws:
CMSException
-
getContentStream
public CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException - Throws:
CMSException
-
toASN1Structure
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()return the ContentInfo
-