Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptionMethodType.OAEPparams

TElXMLEncryptionMethodType     


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


Specifies the extra parameters for OAEP algorithm.

Declaration

[C#]
    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)

[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