Package com.google.cloud.storage
Class HmacKey
java.lang.Object
com.google.cloud.storage.HmacKey
- All Implemented Interfaces:
Serializable
HMAC key for a service account.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder forHmacKey
objects.static class
The metadata for a service account HMAC key.static enum
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the metadata associated with this HMAC key.Returns the secret key associated with this HMAC key.int
hashCode()
static HmacKey.Builder
newBuilder
(String secretKey)