Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.cms |
Modifier and Type | Field and Description |
---|---|
DigestAlgorithmIdentifiers |
SignedData.digestAlgorithms |
Constructor and Description |
---|
SignedData(CMSVersion version_,
DigestAlgorithmIdentifiers digestAlgorithms_,
EncapsulatedContentInfo encapContentInfo_,
CertificateSet certificates_,
RevocationInfoChoices crls_,
SignerInfos signerInfos_)
This constructor sets all elements to references to the
given objects
|
SignedData(CMSVersion version_,
DigestAlgorithmIdentifiers digestAlgorithms_,
EncapsulatedContentInfo encapContentInfo_,
SignerInfos signerInfos_)
This constructor is for required elements only.
|
SignedData(long version_,
DigestAlgorithmIdentifiers digestAlgorithms_,
EncapsulatedContentInfo encapContentInfo_,
CertificateSet certificates_,
RevocationInfoChoices crls_,
SignerInfos signerInfos_)
This constructor allows primitive data to be passed for all
primitive elements.
|
SignedData(long version_,
DigestAlgorithmIdentifiers digestAlgorithms_,
EncapsulatedContentInfo encapContentInfo_,
SignerInfos signerInfos_)
This constructor is for required elements only.
|
Copyright © 2025. All rights reserved.