public class CMSEncryptedData extends Object
Constructor and Description |
---|
CMSEncryptedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo) |
Modifier and Type | Method and 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
CMSException
public CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException
CMSException
public org.bouncycastle.asn1.cms.ContentInfo toASN1Structure()
Copyright © 2017 BouncyCastle.org. All rights reserved.