Discuss this help topic in SecureBlackbox Forum

TElSSLCertificateTypeHandler.GetRemoteKeyMaterial

TElSSLCertificateTypeHandler     See also     


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


Declaration

[C#]
    void GetRemoteKeyMaterial(byte[] Data, int KeyType, ref int PKType, ref int KeyAlgorithm, ref TElKeyMaterial KeyMaterial);

[VB.NET]
    Sub GetRemoteKeyMaterial(ByVal Data As Byte(), ByVal KeyType As Integer, ByRef PKType As Integer, ByRef KeyAlgorithm As Integer, ByRef KeyMaterial As TElKeyMaterial)

[Pascal]
    procedure GetRemoteKeyMaterial(const Data : ByteArray; KeyType : integer; var PKType : integer; var KeyAlgorithm : integer; var KeyMaterial : TElKeyMaterial); virtual; abstract;

[C++]
    void GetRemoteKeyMaterial(const std::vector<uint8_t> &Data, int32_t KeyType, int32_t &PKType, int32_t &KeyAlgorithm, TElKeyMaterial &KeyMaterial);

[PHP]
    void GetRemoteKeyMaterial(array of byte|string|NULL $Data, integer $KeyType, integer &$PKType, integer &$KeyAlgorithm, TElKeyMaterial &$KeyMaterial)

[Java]
    void getRemoteKeyMaterial(byte[] arg0, int arg1, int[] arg2, int[] arg3, TElKeyMaterial[] arg4);

Parameters

  • Data -
  • KeyType -
  • PKType -
  • KeyAlgorithm -
  • KeyMaterial -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum