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

TRijndaelEngine

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

Declaration

Source position: ClpRijndaelEngine.pas line 56

type TRijndaelEngine = class(TInterfacedObject,IRijndaelEngine,IBlockCipher)

public

  constructor Create();

  

  procedure Init(); virtual;

  

  function ProcessBlock(); virtual;

  

  procedure Reset; virtual;

  

  function GetBlockSize; virtual;

  

  property AlgorithmName: string; [r]

  

  property IsPartialBlockOkay: Boolean; [r]

  

end;

Inheritance

TRijndaelEngine

  

|

TObject,IRijndaelEngine,IBlockCipher



CT Web help

CodeTyphon Studio