Discuss this help topic in SecureBlackbox Forum

TElPKCS7Signer.EncryptedDigest

TElPKCS7Signer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Containes the encrypted message digest.

Declaration

[C#]
    byte[] EncryptedDigest;

[VB.NET]
    Property EncryptedDigest As Byte()

[Pascal]
    property EncryptedDigest : ByteArray;

[C++]
    void get_EncryptedDigest(std::vector<uint8_t> &OutResult);
    void set_EncryptedDigest(const std::vector<uint8_t> &Value);

[PHP]
    string get_EncryptedDigest()
    void set_EncryptedDigest(array of byte|string|NULL $Value)

[Java]
    byte[] getEncryptedDigest();
    void setEncryptedDigest(byte[] V);

Parameters

  • V -

Description

    This property contains the result of encryption of message digest and associated information.

See also:     DigestAlgorithm     DigestEncryptionAlgorithm    

Discuss this help topic in SecureBlackbox Forum