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

IMac

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

Declaration

Source position: ClpIMac.pas line 34

type IMac = interface(IInterface)

  procedure Clear;

  

  function GetAlgorithmName;

  

  function GetMacSize;

  

  procedure Update();

  

  procedure BlockUpdate();

  

  procedure Init();

  

  function DoFinal();

  

  procedure Reset;

  

  property AlgorithmName: string; [r]

  

end;

Inheritance

IMac

  

|

IInterface



CT Web help

CodeTyphon Studio