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