Class: Google::Privacy::Dlp::V2beta1::CryptoHashConfig

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

Overview

Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. 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::V2beta1::CryptoKey

Returns The key used by the hash function.

Returns:



780
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 780

class CryptoHashConfig; end