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