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 |
constructV2QueryString()
Returns a query string constructed from this object's stored query parameters, sorted in code
point order.
|
String |
constructV4QueryString()
Returns a query string constructed from this object's stored query parameters, sorted in code
point order so that the query string can be used in a V4 canonical request string.
|
String |
getAccountEmail() |
Map<String,String> |
getCanonicalizedExtensionHeaders() |
URI |
getCanonicalizedResource() |
String |
getContentMd5() |
String |
getContentType() |
long |
getExpiration() |
HttpMethod |
getHttpVerb() |
Map<String,String> |
getQueryParams() |
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 constructV2QueryString()
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 © 2023 Google LLC. All rights reserved.