public class CMSEncryptedData
extends java.lang.Object
| Constructor | Description |
|---|---|
CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getContent(InputDecryptorProvider inputDecryptorProvider) |
|
CMSTypedStream |
getContentStream(InputDecryptorProvider inputDecryptorProvider) |
|
org.bouncycastle.asn1.cms.ContentInfo |
toASN1Structure() |
return the ContentInfo
|
public CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo)
public byte[] getContent(InputDecryptorProvider inputDecryptorProvider) throws CMSException
CMSExceptionpublic CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException
CMSExceptionpublic org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()