TokenEncryptionHandler
interface TokenEncryptionHandler
Platform-agnostic interface for encrypting and decrypting token data.
Implementations may use platform-specific mechanisms such as Android KeyStore, JVM key management, or custom encryption schemes. The EncryptionResult.encryptionExtras map allows implementations to persist platform-specific metadata (IVs, key aliases, etc.) alongside the ciphertext.