Discuss this help topic in SecureBlackbox Forum
Contains the Associated Data.
Declaration
[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