public class SignatureInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SignatureInfo.Builder |
Modifier and Type | Field and Description |
---|---|
static char |
COMPONENT_SEPARATOR |
static String |
GOOG4_RSA_SHA256 |
static String |
SCOPE |
Modifier and Type | Method and Description |
---|---|
String |
constructUnsignedPayload()
Constructs payload to be signed.
|
String |
constructV4QueryString() |
String |
getAccountEmail() |
Map<String,String> |
getCanonicalizedExtensionHeaders() |
URI |
getCanonicalizedResource() |
String |
getContentMd5() |
String |
getContentType() |
long |
getExpiration() |
HttpMethod |
getHttpVerb() |
com.google.cloud.storage.Storage.SignUrlOption.SignatureVersion |
getSignatureVersion() |
long |
getTimestamp() |
public static final char COMPONENT_SEPARATOR
public static final String GOOG4_RSA_SHA256
public static final String SCOPE
public String constructUnsignedPayload()
public String constructV4QueryString()
public HttpMethod getHttpVerb()
public String getContentMd5()
public String getContentType()
public long getExpiration()
public URI getCanonicalizedResource()
public com.google.cloud.storage.Storage.SignUrlOption.SignatureVersion getSignatureVersion()
public long getTimestamp()
public String getAccountEmail()
Copyright © 2019 Google LLC. All rights reserved.