Discuss this help topic in SecureBlackbox Forum

TElPreSharedKeySSLExtension.AddIdentity

TElPreSharedKeySSLExtension     See also     


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


Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function AddIdentity : integer; overload;
    function AddIdentity(const Identity : ByteArray; const PreSharedKey : ByteArray; const Binder : ByteArray; ObfuscatedTicketAge : cardinal; HashAlgorithm : integer; CipherSuite : TSBCipherSuite; ResumptionPSK : boolean) : integer; overload;

[C++]
    int32_t AddIdentity();
    int32_t AddIdentity(const std::vector<uint8_t> &Identity, const std::vector<uint8_t> &PreSharedKey, const std::vector<uint8_t> &Binder, uint32_t ObfuscatedTicketAge, int32_t HashAlgorithm, uint8_t CipherSuite, bool ResumptionPSK);

[PHP]
    integer AddIdentity()
    integer AddIdentity(array of byte|string|NULL $Identity, array of byte|string|NULL $PreSharedKey, array of byte|string|NULL $Binder, integer $ObfuscatedTicketAge, integer $HashAlgorithm, integer $CipherSuite, bool $ResumptionPSK)

[Java]
    not available

Parameters

  • Identity -
  • PreSharedKey -
  • Binder -
  • ObfuscatedTicketAge -
  • HashAlgorithm -
  • CipherSuite -
  • ResumptionPSK -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum