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

TKMac

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

Declaration

Source position: ClpKMac.pas line 46

type TKMac = class(TInterfacedObject,IKMac,IMac)

strict protected

  FKMAC: HlpIHashInfo.IKMac;

  

  FOutputLengthInBits: UInt64;

  

  function GetAlgorithmName;

  

public

  destructor Destroy; override;

  

  procedure Clear;

  

  function GetMacSize;

  

  procedure Update();

  

  procedure BlockUpdate();

  

  procedure Init();

  

  function DoFinal();

  

  procedure Reset;

  

  property AlgorithmName: string; [r]

  

end;

Inheritance

TKMac

  

|

TObject,IKMac,IMac



CT Web help

CodeTyphon Studio