Unit 'ClpIIESEngine' Package
[Overview][Classes][Index] [#pl_cryptolib4pascal]

IIESEngine

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

Declaration

Source position: ClpIIESEngine.pas line 35

type IIESEngine = interface(IInterface)

  function GetCipher;

  

  function GetMac;

  

  procedure Init();

  

  function ProcessBlock();

  

  property cipher: IBufferedBlockCipher; [r]

  

  property mac: IMac; [r]

  

end;

Inheritance

IIESEngine

  

|

IInterface



CT Web help

CodeTyphon Studio