Data.DBXOpenSSL

De RAD Studio API Documentation
Aller à : navigation, rechercher

Définit les classes implémentant le filtre d'encryptage RSA de transport dbExpress, et les constantes chaîne globales pour le support de la fonctionnalité de filtre RSA.

Package DbxClientDriver.bpl

Classes

TRSACypher
TRSAFilterImplémente le filtre de cryptage RSA de transport dbExpress.

Types

TKeyUsagePolicy

Constantes

KEY_EXPONENTKEY_EXPONENT: string = KeyExponent;
KEY_LENGTHKEY_LENGTH: string = KeyLength;
PUBLIC_KEYPUBLIC_KEY: string = PublicKey;
RSA_KEY_EXPONENTRSA_KEY_EXPONENT: Integer = 3;
RSA_KEY_LENGTHRSA_KEY_LENGTH: Integer = $400;
USE_GLOBALUSE_GLOBAL: string = UseGlobalKey;