Interface CustomerEncryptionOrBuilder (2.36.1)

public interface 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.

getKeySha256Bytes()

public abstract ByteString getKeySha256Bytes()

SHA256 hash value of the encryption key. In raw bytes format (not base64-encoded).

bytes key_sha256_bytes = 3;

Returns
TypeDescription
ByteString

The keySha256Bytes.