Class BlobInfo.CustomerEncryption (2.36.1)

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
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getEncryptionAlgorithm()

public String getEncryptionAlgorithm()

Returns the algorithm used to encrypt the blob.

Returns
TypeDescription
String

getKeySha256()

public String getKeySha256()

Returns the SHA256 hash of the encryption key.

Returns
TypeDescription
String

hashCode()

public final int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides