Skip to main content
This reference lists the FXCL 1.9.5 C++ and Java APIs used for CryptoHub application encryption.

Installed artifacts

Connection and authentication

Key-store management

KeyStoreInfo fields

Local symmetric cryptography

FXCL 1.9.5 exposes ECB, CBC, and OFB through BlockCipherMode. AES-CBC with PKCS #7 padding is the validated local application-encryption path in this guide.

CryptoHub-backed cryptography

A DPM header can carry the key and cipher context required for later decryption.

Tokenization and format-preserving encryption

In FXCL 1.9.5, do not reuse the Java RemoteTokenizeParams instance that completed tokenization. Its selected-key state can produce an empty detokenization response.

TokenProfile fields

TokenizeParams fields

Host API commands

Enable only the commands the application uses.