Discuss this help topic in SecureBlackbox Forum

TElAEADChaCha20Poly1305SymmetricCrypto.AAD

TElAEADChaCha20Poly1305SymmetricCrypto     


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


Contains the Associated Data.

Declaration

[C#]
    byte[] AAD;

[VB.NET]
    Property AAD As Byte()

[Pascal]
    property AAD : ByteArray;

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

[PHP]
    string get_AAD()
    void set_AAD(array of byte|string|NULL $Value)

[Java]
    byte[] getAAD();
    void setAAD(byte[] Value);

Description

    Use this property to get or set the Associated Data for this algorithm.

Discuss this help topic in SecureBlackbox Forum