Class tdigesthandler
Unit
Declaration
type tdigesthandler = class(tbasecryptohandler)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tcustomcryptohandler
- tbasecryptohandler
- tdigesthandler
Overview
Methods
| Protected | procedure checkerror(const err: cryptoerrorty = cerr_error); override; |
| Protected | procedure open(var aclient: cryptoclientinfoty); override; |
| Protected | procedure close(var aclient: cryptoclientinfoty); override; |
| Protected | function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override; |
| Protected | function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override; |
| Protected | function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override; |
| Protected | procedure restartdigest(var aclient: cryptoclientinfoty); |
| Public | function digest(const astream: tmsefilestream): string; |
Properties
| Published | property digestname: string read fdigestname write fdigestname; |
Description
Methods
| Protected | procedure checkerror(const err: cryptoerrorty = cerr_error); override; |
|
This item has no description. | |
| Protected | procedure open(var aclient: cryptoclientinfoty); override; |
|
This item has no description. | |
| Protected | procedure close(var aclient: cryptoclientinfoty); override; |
|
This item has no description. | |
| Protected | function read(var aclient: cryptoclientinfoty; var buffer; count: longint): longint; override; |
|
This item has no description. | |
| Protected | function write(var aclient: cryptoclientinfoty; const buffer; count: longint): longint; override; |
|
This item has no description. | |
| Protected | function seek(var aclient: cryptoclientinfoty; const offset: int64; origin: tseekorigin): int64; override; |
|
This item has no description. | |
| Protected | procedure restartdigest(var aclient: cryptoclientinfoty); |
|
This item has no description. | |
| Public | function digest(const astream: tmsefilestream): string; |
|
This item has no description. | |
Properties
| Published | property digestname: string read fdigestname write fdigestname; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.