Class: Google::Privacy::Dlp::V2::CryptoHashConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a 32 byte digest as an uppercase hex string (for example, 41D1567F7F99F1DC2A5FAB886DEE5BEE). Currently, only string and integer values can be hashed.

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_keyGoogle::Privacy::Dlp::V2::CryptoKey

Returns The key used by the hash function.

Returns:



1238
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1238

class CryptoHashConfig; end