| Package | Description |
|---|---|
| iaik.cms |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedContentInfo
This class implements the CMS
EncryptedContentInfo type. |
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedContentInfoStream |
EncryptedDataStream.encryptedContentInfo_
The inherent encrypted content info.
|
protected EncryptedContentInfoStream |
EnvelopedDataStream.encryptedContentInfo_
The EncryptedContentInfo for the encrypted content.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedContentInfoStream |
EncryptedDataStream.getEncryptedContentInfo()
Returns the encrypted content info of this
EncryptedDataStream
object. |
EncryptedContentInfoStream |
EnvelopedDataStream.getEncryptedContentInfo()
Returns the EncryptedContentInfo included in this
EnvelopedDataStream object. |
| Constructor and Description |
|---|
EncryptedDataStream(EncryptedContentInfoStream encryptedContentInfo)
Creates a CMS EncryptedDataStream from an EncryptedContentInfoStream.
|
EnvelopedDataStream(RecipientInfo[] recipients,
EncryptedContentInfoStream encryptedCI)
Constructs an EnvelopedDataStream object with an already
created EncryptedContentInfoStream.
|