Discuss this help topic in SecureBlackbox Forum

TElDSAKeyMaterial.ImportPublicKey

TElDSAKeyMaterial     See also     


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


This topic is under development…

Declaration

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

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

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

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

[PHP]
    void ImportPublicKey(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 importPublicKey(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