Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.cms |
Modifier and Type | Field and Description |
---|---|
AuthAttributes |
AuthEnvelopedData.authAttrs |
AuthAttributes |
AuthenticatedData.authAttrs |
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(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.
|
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(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.
|
Copyright © 2025. All rights reserved.