procedure Init(ContentInfo: TScCMSContentInfo; EncryptionAlgorithm: TScASN1AlgorithmIdentifier); overload;

procedure Init(ContentInfo: TScCMSContentInfo; EncryptionAlgorithm: TScSymmetricAlgorithm = saTripleDES_cbc); overload;

procedure Init(const ContentBuffer: TBytes; EncryptionAlgorithm: TScSymmetricAlgorithm = saTripleDES_cbc); overload;

procedure Init(ContentStream: TStream; EncryptionAlgorithm: TScSymmetricAlgorithm = saTripleDES_cbc); overload;

 

Description

Initializes the TScCMSEnvelopedData instance by using the specified content information as the inner content.

The ContentInfo, ContentBuffer, and ContentStream parameters represent the content information as the inner content of the encrypted message. The ContentInfo property is set from the value of this parameter.

The EncryptionAlgorithm parameter represents the symmetric algorithm used to encrypt the content. The ContentEncryptionAlgorithm property is set from the value of this parameter.

 

The Init method clears the RecipientInfos list.

 

See Also

ContentEncryptionAlgorithm

ContentInfo

RecipientInfos

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support