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

IStreamCipher

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

Declaration

Source position: ClpIStreamCipher.pas line 30

type IStreamCipher = interface(IInterface)

  function GetAlgorithmName;

  

  property AlgorithmName: string; [r]

  

  procedure Init();

  

  function ReturnByte();

  

  procedure ProcessBytes();

  

  procedure Reset;

  

end;

Inheritance

IStreamCipher

  

|

IInterface



CT Web help

CodeTyphon Studio