initializationVector property

String? initializationVector
getter/setter pair

A customer-supplied initialization vector that will be used for encryption.

If it is not provided for AES-CBC and AES-CTR, one will be generated. It will be returned in RawEncryptResponse.initialization_vector.

Optional.

Implementation

core.String? initializationVector;