Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.cms.envelope | |
tr.gov.tubitak.uekae.esya.asn.cms |
Modifier and Type | Method and Description |
---|---|
RecipientInfos |
IEnvelopeData.getRecipientInfos() |
RecipientInfos |
EEnvelopedData.getRecipientInfos() |
RecipientInfos |
EAuthenticatedEnvelopedData.getRecipientInfos() |
Modifier and Type | Method and Description |
---|---|
void |
IEnvelopeData.setRecipientInfos(RecipientInfos recipientInfos) |
void |
EEnvelopedData.setRecipientInfos(RecipientInfos recipientInfos) |
void |
EAuthenticatedEnvelopedData.setRecipientInfos(RecipientInfos recipientInfos) |
Modifier and Type | Field and Description |
---|---|
RecipientInfos |
EnvelopedData.recipientInfos |
RecipientInfos |
AuthEnvelopedData.recipientInfos |
RecipientInfos |
AuthenticatedData.recipientInfos |
Constructor and Description |
---|
AuthenticatedData(CMSVersion version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
AlgorithmIdentifier macAlgorithm_,
AlgorithmIdentifier digestAlgorithm_,
EncapsulatedContentInfo encapContentInfo_,
AuthAttributes authAttrs_,
com.objsys.asn1j.runtime.Asn1OctetString mac_,
UnauthAttributes unauthAttrs_)
This constructor sets all elements to references to the
given objects
|
AuthenticatedData(CMSVersion version_,
RecipientInfos recipientInfos_,
AlgorithmIdentifier macAlgorithm_,
EncapsulatedContentInfo encapContentInfo_,
com.objsys.asn1j.runtime.Asn1OctetString mac_)
This constructor is for required elements only.
|
AuthenticatedData(long version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
AlgorithmIdentifier macAlgorithm_,
AlgorithmIdentifier digestAlgorithm_,
EncapsulatedContentInfo encapContentInfo_,
AuthAttributes authAttrs_,
byte[] mac_,
UnauthAttributes unauthAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
AuthenticatedData(long version_,
RecipientInfos recipientInfos_,
AlgorithmIdentifier macAlgorithm_,
EncapsulatedContentInfo encapContentInfo_,
byte[] mac_)
This constructor is for required elements only.
|
AuthEnvelopedData(CMSVersion version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo authEncryptedContentInfo_,
AuthAttributes authAttrs_,
com.objsys.asn1j.runtime.Asn1OctetString mac_,
UnauthAttributes unauthAttrs_)
This constructor sets all elements to references to the
given objects
|
AuthEnvelopedData(CMSVersion version_,
RecipientInfos recipientInfos_,
EncryptedContentInfo authEncryptedContentInfo_,
com.objsys.asn1j.runtime.Asn1OctetString mac_)
This constructor is for required elements only.
|
AuthEnvelopedData(long version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo authEncryptedContentInfo_,
AuthAttributes authAttrs_,
byte[] mac_,
UnauthAttributes unauthAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
AuthEnvelopedData(long version_,
RecipientInfos recipientInfos_,
EncryptedContentInfo authEncryptedContentInfo_,
byte[] mac_)
This constructor is for required elements only.
|
EnvelopedData(CMSVersion version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor sets all elements to references to the
given objects
|
EnvelopedData(CMSVersion version_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_)
This constructor is for required elements only.
|
EnvelopedData(long version_,
OriginatorInfo originatorInfo_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
EnvelopedData(long version_,
RecipientInfos recipientInfos_,
EncryptedContentInfo encryptedContentInfo_)
This constructor is for required elements only.
|
Copyright © 2025. All rights reserved.