Class TRALHashes
Unit
Declaration
type TRALHashes = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TRALHashes
Overview
Methods
| Public | class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
| Public | class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
| Public | class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
| Public | class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
| Public | class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
| Public | class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
| Public | class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
| Public | class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
| Public | class function fromBase64(AText: StringRAL): StringRAL; |
| Public | class function GetHash(AText, AKey: StringRAL; AHashType: THashType): StringRAL; |
| Public | class function toBase64(AText: StringRAL): StringRAL; |
Description
Methods
| Public | class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
|
This item has no description. | |
| Public | class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
|
This item has no description. | |
| Public | class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
|
This item has no description. | |
| Public | class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
|
This item has no description. | |
| Public | class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
|
This item has no description. | |
| Public | class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
|
This item has no description. | |
| Public | class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
|
This item has no description. | |
| Public | class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
|
This item has no description. | |
| Public | class function fromBase64(AText: StringRAL): StringRAL; |
|
This item has no description. | |
| Public | class function GetHash(AText, AKey: StringRAL; AHashType: THashType): StringRAL; |
|
This item has no description. | |
| Public | class function toBase64(AText: StringRAL): StringRAL; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.