Class tdigesthandler
Unit
Declaration
type tdigesthandler = class(tbasecryptohandler)
Description
No description available, ancestor tbasecryptohandler description follows
No description available, ancestor tcustomcryptohandler description follows
No description available, ancestor tmsecomponent description follows
Hierarchy
- TObject
- TPersistent
- tcomponent
- tmsecomponent
- tcustomcryptohandler
- tbasecryptohandler
- tdigesthandler
Overview
Methods
procedure checkerror(const err: cryptoerrorty = cerr_error); override; |
|
procedure open(var aclient: cryptoclientinfoty); override; |
|
procedure close(var aclient: cryptoclientinfoty); override; |
|
function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override; |
|
function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override; |
|
function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override; |
|
procedure restartdigest(var aclient: cryptoclientinfoty); |
|
function digest(const astream: tmsefilestream): string; |
Properties
property digestname: string read fdigestname write fdigestname; |
Description
Methods
procedure checkerror(const err: cryptoerrorty = cerr_error); override; |
|
procedure open(var aclient: cryptoclientinfoty); override; |
|
procedure close(var aclient: cryptoclientinfoty); override; |
|
function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override; |
|
function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override; |
|
function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override; |
|
procedure restartdigest(var aclient: cryptoclientinfoty); |
|
function digest(const astream: tmsefilestream): string; |
|
Properties
property digestname: string read fdigestname write fdigestname; |
|
Generated by PasDoc 0.16.0.