| Package | Description |
|---|---|
| tr.gov.tubitak.uekae.esya.api.asn.cms.envelope | |
| tr.gov.tubitak.uekae.esya.asn.cms |
| Modifier and Type | Method and Description |
|---|---|
UnprotectedAttributes |
IEnvelopeData.getUnprotectedAttributes() |
UnprotectedAttributes |
EEnvelopedData.getUnprotectedAttributes() |
UnprotectedAttributes |
EAuthenticatedEnvelopedData.getUnprotectedAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
IEnvelopeData.setUnprotectedAttributes(UnprotectedAttributes unprotectedAttributes) |
void |
EEnvelopedData.setUnprotectedAttributes(UnprotectedAttributes aAttr) |
void |
EAuthenticatedEnvelopedData.setUnprotectedAttributes(UnprotectedAttributes unprotectedAttributes) |
| Modifier and Type | Field and Description |
|---|---|
UnprotectedAttributes |
EnvelopedData.unprotectedAttrs |
UnprotectedAttributes |
EncryptedData.unprotectedAttrs |
| Constructor and Description |
|---|
EncryptedData(CMSVersion version_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor sets all elements to references to the
given objects
|
EncryptedData(long version_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
EnvelopedData(CMSVersion version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor sets all elements to references to the
given objects
|
EnvelopedData(long version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Copyright © 2025. All rights reserved.