Unit 'ClpIECDomainParameters' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

IECDomainParameters

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ClpIECDomainParameters.pas line 30

type IECDomainParameters = interface(IInterface)

  function GetCurve;

  

  function GetG;

  

  function GetN;

  

  function GetH;

  

  function GetHInv;

  

  function GetSeed;

  

  property Curve: IECCurve; [r]

  

  property G: IECPoint; [r]

  

  property N: TBigInteger; [r]

  

  property H: TBigInteger; [r]

  

  property HInv: TBigInteger; [r]

  

  property Seed: TCryptoLibByteArray; [r]

  

  function Equals();

  

  function GetHashCode;

  

  function ValidatePrivateScalar();

  

  function ValidatePublicPoint();

  

end;

Inheritance

IECDomainParameters

  

|

IInterface



CT Web help

CodeTyphon Studio