Class TRALHashes
Unit
RALHashes
Declaration
type TRALHashes = class(TObject)
Description
Hierarchy
Overview
Methods
 |
class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
 |
class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
 |
class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
 |
class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
 |
class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
 |
class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
 |
class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
 |
class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
 |
class function fromBase64(AText: StringRAL): StringRAL; |
 |
class function GetHash(AText, AKey: StringRAL; AHashType: THashType): StringRAL; |
 |
class function toBase64(AText: StringRAL): StringRAL; |
Description
Methods
 |
class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
|
|
 |
class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
|
|
 |
class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
|
|
 |
class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
|
|
 |
class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload; |
|
|
 |
class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload; |
|
|
 |
class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload; |
|
|
 |
class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload; |
|
|
 |
class function fromBase64(AText: StringRAL): StringRAL; |
|
|
 |
class function GetHash(AText, AKey: StringRAL; AHashType: THashType): StringRAL; |
|
|
 |
class function toBase64(AText: StringRAL): StringRAL; |
|
|
GitHub Repository
Generated by PasDoc 0.16.0.