Class: Google::Privacy::Dlp::V2::CryptoHashConfig
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::CryptoHashConfig
- 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
-
#crypto_key ⇒ Google::Privacy::Dlp::V2::CryptoKey
The key used by the hash function.
Instance Attribute Details
#crypto_key ⇒ Google::Privacy::Dlp::V2::CryptoKey
Returns The key used by the hash function.
1174 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1174 class CryptoHashConfig; end |