Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.cms |
Modifier and Type | Field and Description |
---|---|
CMSVersion |
SignerInfo.version |
CMSVersion |
SignedData.version |
CMSVersion |
PasswordRecipientInfo.version |
CMSVersion |
KeyTransRecipientInfo.version |
CMSVersion |
KeyAgreeRecipientInfo.version |
CMSVersion |
KEKRecipientInfo.version |
CMSVersion |
ExtendedCertificateInfo.version |
CMSVersion |
EnvelopedData.version |
CMSVersion |
EncryptedData.version |
CMSVersion |
DigestedData.version |
CMSVersion |
CompressedData.version |
CMSVersion |
AuthEnvelopedData.version |
CMSVersion |
AuthenticatedData.version |
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.
|
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.
|
CompressedData(CMSVersion version_,
AlgorithmIdentifier compressionAlgorithm_,
EncapsulatedContentInfo encapContentInfo_)
This constructor sets all elements to references to the
given objects
|
Countersignature(CMSVersion version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
AlgorithmIdentifier signatureAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString signature_)
This constructor is for required elements only.
|
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
|
DigestedData(CMSVersion version_,
AlgorithmIdentifier digestAlgorithm_,
EncapsulatedContentInfo encapContentInfo_,
com.objsys.asn1j.runtime.Asn1OctetString digest_)
This constructor sets all elements to references to the
given objects
|
EncryptedData(CMSVersion version_,
EncryptedContentInfo encryptedContentInfo_)
This constructor is for required elements only.
|
EncryptedData(CMSVersion version_,
EncryptedContentInfo encryptedContentInfo_,
UnprotectedAttributes unprotectedAttrs_)
This constructor sets all elements to references to the
given objects
|
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.
|
ExtendedCertificateInfo(CMSVersion version_,
Certificate certificate_,
UnauthAttributes attributes_)
This constructor sets all elements to references to the
given objects
|
KEKRecipientInfo(CMSVersion version_,
KEKIdentifier kekid_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString encryptedKey_)
This constructor sets all elements to references to the
given objects
|
KeyAgreeRecipientInfo(CMSVersion version_,
OriginatorIdentifierOrKey originator_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
RecipientEncryptedKeys recipientEncryptedKeys_)
This constructor is for required elements only.
|
KeyAgreeRecipientInfo(CMSVersion version_,
OriginatorIdentifierOrKey originator_,
com.objsys.asn1j.runtime.Asn1OctetString ukm_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
RecipientEncryptedKeys recipientEncryptedKeys_)
This constructor sets all elements to references to the
given objects
|
KeyTransRecipientInfo(CMSVersion version_,
RecipientIdentifier rid_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString encryptedKey_)
This constructor sets all elements to references to the
given objects
|
PasswordRecipientInfo(CMSVersion version_,
AlgorithmIdentifier keyDerivationAlgorithm_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString encryptedKey_)
This constructor sets all elements to references to the
given objects
|
PasswordRecipientInfo(CMSVersion version_,
AlgorithmIdentifier keyEncryptionAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString encryptedKey_)
This constructor is for required elements only.
|
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.
|
SignerInfo(CMSVersion version_,
SignerIdentifier sid_,
AlgorithmIdentifier digestAlgorithm_,
AlgorithmIdentifier signatureAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString signature_)
This constructor is for required elements only.
|
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
|
Copyright © 2025. All rights reserved.