public static interface Environment.KMSEnvMapOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCipherText()
public abstract String getCipherText()
The value of the cipherText response from the encrypt
method.
string cipher_text = 2;
Returns | |
---|---|
Type | Description |
String |
The cipherText. |
getCipherTextBytes()
public abstract ByteString getCipherTextBytes()
The value of the cipherText response from the encrypt
method.
string cipher_text = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cipherText. |
getKeyName()
public abstract String getKeyName()
The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
Returns | |
---|---|
Type | Description |
String |
The keyName. |
getKeyNameBytes()
public abstract ByteString getKeyNameBytes()
The name of the KMS key that will be used to decrypt the cipher text.
string key_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for keyName. |