Unit 'ClpDsaParameters' Package
[Overview][Resource strings][Classes][Index] [#pl_cryptolib4pascal]

TDsaParameters

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

Declaration

Source position: ClpDsaParameters.pas line 37

type TDsaParameters = class(TInterfacedObject,ICipherParameters,IDsaParameters)

public

  constructor Create();

  

  function Equals();

  

  function GetHashCode; override;

  

  property p: TBigInteger; [r]

  

  property q: TBigInteger; [r]

  

  property g: TBigInteger; [r]

  

  property ValidationParameters: IDsaValidationParameters; [r]

  

end;

Inheritance

TDsaParameters

  

|

TObject,ICipherParameters,IDsaParameters



CT Web help

CodeTyphon Studio