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

TAesLightEngine

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

Declaration

Source position: ClpAesLightEngine.pas line 67

type TAesLightEngine = class(TInterfacedObject,IAesLightEngine,IBlockCipher)

public

  procedure Init(); virtual;

  

  function ProcessBlock(); virtual;

  

  procedure Reset; virtual;

  

  function GetBlockSize; virtual;

  

  property AlgorithmName: string; [r]

  

  property IsPartialBlockOkay: Boolean; [r]

  

end;

Inheritance

TAesLightEngine

  

|

TObject,IAesLightEngine,IBlockCipher



CT Web help

CodeTyphon Studio