public final class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Data Loss Prevention (DLP) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig() |
| Modifier and Type | Method and Description |
|---|---|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
clone() |
String |
getCommonAlphabet()
Common alphabets.
|
GooglePrivacyDlpV2FieldId |
getContext()
The 'tweak', a context may be used for higher security since the same identifier in two
different contexts won't be given the same surrogate.
|
GooglePrivacyDlpV2CryptoKey |
getCryptoKey()
Required.
|
String |
getCustomAlphabet()
This is supported by mapping these to the alphanumeric characters that the FFX mode natively
supports.
|
Integer |
getRadix()
The native way to select the alphabet.
|
GooglePrivacyDlpV2InfoType |
getSurrogateInfoType()
The custom infoType to annotate the surrogate with.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
set(String fieldName,
Object value) |
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setCommonAlphabet(String commonAlphabet)
Common alphabets.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setContext(GooglePrivacyDlpV2FieldId context)
The 'tweak', a context may be used for higher security since the same identifier in two
different contexts won't be given the same surrogate.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setCryptoKey(GooglePrivacyDlpV2CryptoKey cryptoKey)
Required.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setCustomAlphabet(String customAlphabet)
This is supported by mapping these to the alphanumeric characters that the FFX mode natively
supports.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setRadix(Integer radix)
The native way to select the alphabet.
|
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig |
setSurrogateInfoType(GooglePrivacyDlpV2InfoType surrogateInfoType)
The custom infoType to annotate the surrogate with.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig()
public String getCommonAlphabet()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setCommonAlphabet(String commonAlphabet)
commonAlphabet - commonAlphabet or null for nonepublic GooglePrivacyDlpV2FieldId getContext()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setContext(GooglePrivacyDlpV2FieldId context)
context - context or null for nonepublic GooglePrivacyDlpV2CryptoKey getCryptoKey()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setCryptoKey(GooglePrivacyDlpV2CryptoKey cryptoKey)
cryptoKey - cryptoKey or null for nonepublic String getCustomAlphabet()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setCustomAlphabet(String customAlphabet)
customAlphabet - customAlphabet or null for nonepublic Integer getRadix()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setRadix(Integer radix)
radix - radix or null for nonepublic GooglePrivacyDlpV2InfoType getSurrogateInfoType()
null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig setSurrogateInfoType(GooglePrivacyDlpV2InfoType surrogateInfoType)
surrogateInfoType - surrogateInfoType or null for nonepublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig set(String fieldName, Object value)
set in class GenericJsonpublic GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.