cryptoKey property

GooglePrivacyDlpV2CryptoKey? cryptoKey
getter/setter pair

The key used by the encryption function.

For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.

Implementation

GooglePrivacyDlpV2CryptoKey? cryptoKey;