Class TRALCriptoOpenSSL

Unit

Declaration

type TRALCriptoOpenSSL = class(TRALCripto)

Description

No description available, ancestor TRALCripto description follows

Base class for all crypto functions

Hierarchy

Overview

Methods

Public constructor Create;
Public function DecryptAsStream(AValue: TStream): TStream; override;
Public function EncryptAsStream(AValue: TStream): TStream; override;
Protected function CanCript: boolean; override;

Properties

Published property AESType: TRALCriptoOpenSSLTypes read FAESType write FAESType;
Published property IV: StringRAL read FIV write FIV;

Description

Methods

Public constructor Create;
 
Public function DecryptAsStream(AValue: TStream): TStream; override;
 
Public function EncryptAsStream(AValue: TStream): TStream; override;
 
Protected function CanCript: boolean; override;
 

Properties

Published property AESType: TRALCriptoOpenSSLTypes read FAESType write FAESType;
 
Published property IV: StringRAL read FIV write FIV;
 


GitHub Repository
Generated by PasDoc 0.16.0.