Discuss this help topic in SecureBlackbox Forum
Specifies the extra parameters for OAEP algorithm.
Declaration
[C#/Java]
byte[] OAEPparams;
[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)
Description
OAEPparams property contains the extra parameters, used by OAEP algorithms.
Discuss this help topic in SecureBlackbox Forum