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 |
Modifier and Type | Method and Description |
---|---|
String |
constructUnsignedPayload()
Constructs payload to be signed.
|
Map<String,String> |
getCanonicalizedExtensionHeaders() |
URI |
getCanonicalizedResource() |
String |
getContentMd5() |
String |
getContentType() |
long |
getExpiration() |
HttpMethod |
getHttpVerb() |
public static final char COMPONENT_SEPARATOR
public String constructUnsignedPayload()
public HttpMethod getHttpVerb()
public String getContentMd5()
public String getContentType()
public long getExpiration()
public URI getCanonicalizedResource()
Copyright © 2018 Google LLC. All rights reserved.