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

IDsaParameters

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

Declaration

Source position: ClpIDsaParameters.pas line 27

type IDsaParameters = interface(ICipherParameters)

  function GetG;

  

  function GetP;

  

  function GetQ;

  

  function GetValidationParameters;

  

  function Equals();

  

  function GetHashCode;

  

  property p: TBigInteger; [r]

  

  property q: TBigInteger; [r]

  

  property g: TBigInteger; [r]

  

  property ValidationParameters: IDsaValidationParameters; [r]

  

end;

Inheritance

IDsaParameters

  

|

ICipherParameters

  

|

IInterface



CT Web help

CodeTyphon Studio