public static final class StorageObject.CustomerEncryption extends GenericJson
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
CustomerEncryption() |
Modifier and Type | Method and Description |
---|---|
StorageObject.CustomerEncryption |
clone() |
String |
getEncryptionAlgorithm()
The encryption algorithm.
|
String |
getKeySha256()
SHA256 hash value of the encryption key.
|
StorageObject.CustomerEncryption |
set(String fieldName,
Object value) |
StorageObject.CustomerEncryption |
setEncryptionAlgorithm(String encryptionAlgorithm)
The encryption algorithm.
|
StorageObject.CustomerEncryption |
setKeySha256(String keySha256)
SHA256 hash value of the encryption key.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getEncryptionAlgorithm()
null
for nonepublic StorageObject.CustomerEncryption setEncryptionAlgorithm(String encryptionAlgorithm)
encryptionAlgorithm
- encryptionAlgorithm or null
for nonepublic String getKeySha256()
null
for nonepublic StorageObject.CustomerEncryption setKeySha256(String keySha256)
keySha256
- keySha256 or null
for nonepublic StorageObject.CustomerEncryption set(String fieldName, Object value)
set
in class GenericJson
public StorageObject.CustomerEncryption clone()
clone
in class GenericJson