Interface StorageObjectData.CustomerEncryptionOrBuilder (0.15.0)

public static interface StorageObjectData.CustomerEncryptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionAlgorithm()

public abstract String getEncryptionAlgorithm()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
TypeDescription
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public abstract ByteString getEncryptionAlgorithmBytes()

The encryption algorithm.

string encryption_algorithm = 1;

Returns
TypeDescription
ByteString

The bytes for encryptionAlgorithm.

getKeySha256()

public abstract String getKeySha256()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
TypeDescription
String

The keySha256.

getKeySha256Bytes()

public abstract ByteString getKeySha256Bytes()

SHA256 hash value of the encryption key.

string key_sha256 = 2;

Returns
TypeDescription
ByteString

The bytes for keySha256.