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

TCbcBlockCipher

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

Declaration

Source position: ClpBlockCipherModes.pas line 56

type TCbcBlockCipher = class(TInterfacedObject,ICbcBlockCipher,IBlockCipher)

public

  constructor Create();

  

  function GetUnderlyingCipher;

  

  procedure Init();

  

  function GetBlockSize;

  

  function ProcessBlock();

  

  procedure Reset;

  

  property AlgorithmName: string; [r]

  

  property IsPartialBlockOkay: Boolean; [r]

  

end;

Inheritance

TCbcBlockCipher

  

|

TObject,ICbcBlockCipher,IBlockCipher



CT Web help

CodeTyphon Studio