Class BlobInfo.CustomerEncryption (2.37.0)

public static class BlobInfo.CustomerEncryption implements Serializable

Objects of this class hold information on the customer-supplied encryption key, if the blob is encrypted using such a key.

Inheritance

Object > BlobInfo.CustomerEncryption

Implements

Serializable

Methods

equals(Object o)

public final boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getEncryptionAlgorithm()

public String getEncryptionAlgorithm()

Returns the algorithm used to encrypt the blob.

Returns
Type Description
String

getKeySha256()

public String getKeySha256()

Returns the SHA256 hash of the encryption key.

Returns
Type Description
String

hashCode()

public final int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides