public class CMSEncryptedData extends Object
Constructor and Description |
---|
CMSEncryptedData(ContentInfo contentInfo) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent(InputDecryptorProvider inputDecryptorProvider) |
CMSTypedStream |
getContentStream(InputDecryptorProvider inputDecryptorProvider) |
ContentInfo |
toASN1Structure()
return the ContentInfo
|
public CMSEncryptedData(ContentInfo contentInfo)
public byte[] getContent(InputDecryptorProvider inputDecryptorProvider) throws CMSException
CMSException
public CMSTypedStream getContentStream(InputDecryptorProvider inputDecryptorProvider) throws CMSException
CMSException
public ContentInfo toASN1Structure()
Copyright © 2021 BouncyCastle.org. All rights reserved.