| Package | Description |
|---|---|
| iaik.pkcs.pkcs7 |
| Modifier and Type | Field and Description |
|---|---|
protected EncryptedContentInfoStream |
EnvelopedDataStream.encrypted_content_info
The EncryptedContentInfo for the encrypted content.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedContentInfoStream |
SignedAndEnvelopedDataStream.getEncryptedContentInfo()
Returns the encrypted content info included in this
SignedAndEnvelopedData object.
|
| Constructor and Description |
|---|
EncryptedDataStream(EncryptedContentInfoStream encryptedContentInfo)
Creates a PKCS#7 EncryptedDataStream from an EncryptedContentInfoStream.
|
EnvelopedDataStream(RecipientInfo[] recipients,
EncryptedContentInfoStream encryptedCI)
Constructs an EnvelopedDataStream object with an already
created EncryptedContentInfoStream.
|