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

THMac

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

Declaration

Source position: ClpHMac.pas line 48

type THMac = class(TInterfacedObject,IHMac,IMac)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function GetUnderlyingDigest;

  

  function GetMacSize;

  

  procedure Update();

  

  procedure BlockUpdate();

  

  procedure Init();

  

  function DoFinal();

  

  procedure Reset;

  

  property AlgorithmName: string; [r]

  

end;

Inheritance

THMac

  

|

TObject,IHMac,IMac



CT Web help

CodeTyphon Studio