initializationVector property

String? initializationVector
getter/setter pair

The initialization vector (IV) generated by the service during encryption.

This value must be stored and provided in RawDecryptRequest.initialization_vector at decryption time.

Implementation

core.String? initializationVector;