Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.cms | |
tr.gov.tubitak.uekae.esya.asn.cms |
Constructor and Description |
---|
EUnsignedAttributes(UnsignedAttributes aObject) |
Modifier and Type | Field and Description |
---|---|
UnsignedAttributes |
SignerInfo.unsignedAttrs |
Constructor and Description |
---|
Countersignature(CMSVersion version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
SignedAttributes signedAttrs_,
AlgorithmIdentifier signatureAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString signature_,
UnsignedAttributes unsignedAttrs_)
This constructor sets all elements to references to the
given objects
|
Countersignature(long version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
SignedAttributes signedAttrs_,
AlgorithmIdentifier signatureAlgorithm_,
byte[] signature_,
UnsignedAttributes unsignedAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
SignerInfo(CMSVersion version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
SignedAttributes signedAttrs_,
AlgorithmIdentifier signatureAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString signature_,
UnsignedAttributes unsignedAttrs_)
This constructor sets all elements to references to the
given objects
|
SignerInfo(long version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
SignedAttributes signedAttrs_,
AlgorithmIdentifier signatureAlgorithm_,
byte[] signature_,
UnsignedAttributes unsignedAttrs_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Copyright © 2025. All rights reserved.