Discuss this help topic in SecureBlackbox Forum
Specifies the extra parameters for OAEP algorithm.
Declaration
[VB.NET]
Property OAEPparams As Byte()
[Pascal]
property OAEPParams : ByteArray {array of byte};
[C++]
void get_OAEPparams(std::vector<uint8_t> &OutResult);
void set_OAEPparams(const std::vector<uint8_t> &Value);
[PHP]
string get_OAEPparams()
void set_OAEPparams(array of byte|string|NULL $Value)
[Java]
byte[] getOAEPparams();
void setOAEPparams(byte[] Value);
Description
OAEPparams property contains the extra parameters, used by OAEP algorithms.
Discuss this help topic in SecureBlackbox Forum