Interface Environment.KMSEnvMapOrBuilder (0.41.0)

public static interface Environment.KMSEnvMapOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCipherText()

public abstract String getCipherText()

The value of the cipherText response from the encrypt method.

string cipher_text = 2;

Returns
TypeDescription
String

The cipherText.

getCipherTextBytes()

public abstract ByteString getCipherTextBytes()

The value of the cipherText response from the encrypt method.

string cipher_text = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for keyName.