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
Methods
equals(Object o)
public final boolean equals(Object o)
Parameter |
---|
Name | Description |
o | Object
|
Overrides
getEncryptionAlgorithm()
public String getEncryptionAlgorithm()
Returns the algorithm used to encrypt the blob.
getKeySha256()
public String getKeySha256()
Returns the SHA256 hash of the encryption key.
hashCode()
public final int hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
toString()