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

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;
 
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;
 

Generated by PasDoc 0.16.0.