Data.DBXOpenSSL

From RAD Studio API Documentation
Jump to: navigation, search

Defines classes that implement the dbExpress transport RSA encryption filter, and global string constants to support the RSA filter functionality.

Package DbxClientDriver280.bpl

Classes

TRSACypher
TRSAFilterImplements the dbExpress transport RSA encryption filter.

Types

TKeyUsagePolicy

Constants

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;