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

ISigner

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

Declaration

Source position: ClpISigner.pas line 29

type ISigner = interface(IInterface)

  function GetAlgorithmName;

  

  property AlgorithmName: string; [r]

  

  procedure Init();

  

  procedure Update();

  

  procedure BlockUpdate();

  

  function GenerateSignature;

  

  function VerifySignature();

  

  procedure Reset;

  

end;

Inheritance

ISigner

  

|

IInterface



CT Web help

CodeTyphon Studio