Class TRALHashes

Unit

Declaration

type TRALHashes = class(TObject)

Description

Hierarchy

Overview

Methods

Public class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload;
Public class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload;
Public class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload;
Public class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload;
Public class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload;
Public class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload;
Public class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload;
Public class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): 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: TRALCriptoType): StringRAL; overload;
 
Public class function Decrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload;
 
Public class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload;
 
Public class function Decrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): TStream; overload;
 
Public class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TRALCriptoType): StringRAL; overload;
 
Public class function Encrypt(AText, AKey: StringRAL; AAlgorithm: TCriptoType): StringRAL; overload;
 
Public class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TRALCriptoType): TStream; overload;
 
Public class function Encrypt(AInput: TStream; AKey: StringRAL; AAlgorithm: TCriptoType): 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;
 


GitHub Repository
Generated by PasDoc 0.16.0.