Discuss this help topic in SecureBlackbox Forum

TElSSLClass.GenerateExporter

TElSSLClass     See also     


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


Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GenerateExporter(const Lbl : ByteArray; const Context : ByteArray; Len : integer) : ByteArray; virtual;

[C++]
    void GenerateExporter(const std::vector<uint8_t> &Lbl, const std::vector<uint8_t> &Context, int32_t Len, std::vector<uint8_t> &OutResult);

[PHP]
    string GenerateExporter(array of byte|string|NULL $Lbl, array of byte|string|NULL $Context, integer $Len)

[Java]
    not available

Parameters

  • Lbl -
  • Context -
  • Len -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum