Discuss this help topic in SecureBlackbox Forum
This topic is under development
Declaration
[VB.NET]
Property IV As Byte()
[Pascal]
property IV : ByteArray;
[C++]
void get_IV(std::vector<uint8_t> &OutResult);
void set_IV(const std::vector<uint8_t> &Value);
[PHP]
string get_IV()
void set_IV(array of byte|string|NULL $Value)
[Java]
byte[] getIV();
void setIV(byte[] arg0);
Description
…
Discuss this help topic in SecureBlackbox Forum