Class tbase64handler
Unit
Declaration
type tbase64handler = class(tpaddedcryptohandler)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tcomponent
- tmsecomponent
- tcustomcryptohandler
- tbasecryptohandler
- tpaddedcryptohandler
- tbase64handler
Overview
Methods
| Protected | procedure initpointers(var aclient: cryptoclientinfoty); |
| Protected | function padbufsize: integer; override; |
| Protected | procedure cipherupdate(var aclient: cryptoclientinfoty; const source: pbyte; const sourcelen: integer; const dest: pbyte; out destlen: integer); override; |
| Protected | procedure cipherfinal(var aclient: cryptoclientinfoty; const dest: pbyte; out destlen: integer); override; |
| Protected | function readdata(var aclient: cryptoclientinfoty; var buffer; const acount: integer): integer; override; |
| Protected | function calcwritebuffersize(var aclient: cryptoclientinfoty; const acount: integer): integer; override; |
| Protected | procedure initializedata(var aclient: cryptoclientinfoty); override; |
| Protected | procedure finalizedata(var aclient: cryptoclientinfoty); override; |
| Protected | procedure restartcipher(var aclient: cryptoclientinfoty); override; |
| Public | constructor create(aowner: tcomponent); override; |
Properties
| Published | property maxlinelength: integer read fmaxlinelength write fmaxlinelength
default defaultbase64linelength; |
Description
Methods
| Protected | procedure initpointers(var aclient: cryptoclientinfoty); |
|
This item has no description. | |
| Protected | function padbufsize: integer; override; |
|
This item has no description. | |
| Protected | procedure cipherupdate(var aclient: cryptoclientinfoty; const source: pbyte; const sourcelen: integer; const dest: pbyte; out destlen: integer); override; |
|
This item has no description. | |
| Protected | procedure cipherfinal(var aclient: cryptoclientinfoty; const dest: pbyte; out destlen: integer); override; |
|
This item has no description. | |
| Protected | function readdata(var aclient: cryptoclientinfoty; var buffer; const acount: integer): integer; override; |
|
This item has no description. | |
| Protected | function calcwritebuffersize(var aclient: cryptoclientinfoty; const acount: integer): integer; override; |
|
This item has no description. | |
| Protected | procedure initializedata(var aclient: cryptoclientinfoty); override; |
|
This item has no description. | |
| Protected | procedure finalizedata(var aclient: cryptoclientinfoty); override; |
|
This item has no description. | |
| Protected | procedure restartcipher(var aclient: cryptoclientinfoty); override; |
|
This item has no description. | |
| Public | constructor create(aowner: tcomponent); override; |
|
This item has no description. | |
Properties
| Published | property maxlinelength: integer read fmaxlinelength write fmaxlinelength
default defaultbase64linelength; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.