Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.ExportPublicKey

TElDSAKeyMaterial     See also     


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


This topic is under development…

Declaration

[C#]
    void ExportPublicKey(ref byte[] P, int PIndex, ref int PSize, ref byte[] Q, int QIndex, ref int QSize, ref byte[] G, int GIndex, ref int GSize, ref byte[] Y, int YIndex, ref int YSize);

[VB.NET]
    Sub ExportPublicKey(ByRef P As Byte(), ByVal PIndex As Integer, ByRef PSize As Integer, ByRef Q As Byte(), ByVal QIndex As Integer, ByRef QSize As Integer, ByRef G As Byte(), ByVal GIndex As Integer, ByRef GSize As Integer, ByRef Y As Byte(), ByVal YIndex As Integer, ByRef YSize As Integer)

[Pascal]
    procedure ExportPublicKey(P : pointer; var PSize : integer; Q : pointer; var QSize : integer; G : pointer; var GSize : integer; Y : pointer; var YSize : integer);

[C++]
    void ExportPublicKey(void * P, int32_t &PSize, void * Q, int32_t &QSize, void * G, int32_t &GSize, void * Y, int32_t &YSize);

[PHP]
    void ExportPublicKey(TSBPointer|array of byte|string|NULL $P, integer &$PSize, TSBPointer|array of byte|string|NULL $Q, integer &$QSize, TSBPointer|array of byte|string|NULL $G, integer &$GSize, TSBPointer|array of byte|string|NULL $Y, integer &$YSize)

[Java]
    void exportPublicKey(byte[][] P, int PIndex, int[] PSize, byte[][] Q, int QIndex, int[] QSize, byte[][] G, int GIndex, int[] GSize, byte[][] Y, int YIndex, int[] YSize);

Parameters

  • P -
  • PIndex -
  • PSize -
  • Q -
  • QIndex -
  • QSize -
  • G -
  • GIndex -
  • GSize -
  • Y -
  • YIndex -
  • YSize -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum