public class Aws4SignerForQueryString extends Aws4SignerBase
Aws4SignerBase.ServiceAndRegioncreds, crypto, dateFormat, headerTag, serviceAndRegion, signatureWire, timestampFormat, timestampProvider| Constructor and Description |
|---|
Aws4SignerForQueryString(org.jclouds.http.internal.SignatureWire signatureWire,
boolean isVhostStyle,
String headerTag,
com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds,
com.google.common.base.Supplier<Date> timestampProvider,
Aws4SignerBase.ServiceAndRegion serviceAndRegion,
org.jclouds.crypto.Crypto crypto) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPayloadHash() |
protected org.jclouds.http.HttpRequest |
sign(org.jclouds.http.HttpRequest request,
long timeInSeconds) |
appendAmzHeaders, createStringToSign, getCanonicalizedQueryString, getContentLength, getContentType, hash, hash, hash, hex, hmacSHA256, hmacSHA256, hostHeaderFor, lowerCaseNaturalOrderKeys, signatureKey, urlEncode@Inject
public Aws4SignerForQueryString(org.jclouds.http.internal.SignatureWire signatureWire,
@Named(value="jclouds.s3.virtual-host-buckets")
boolean isVhostStyle,
@Named(value="jclouds.aws.header.tag")
String headerTag,
com.google.common.base.Supplier<org.jclouds.domain.Credentials> creds,
com.google.common.base.Supplier<Date> timestampProvider,
Aws4SignerBase.ServiceAndRegion serviceAndRegion,
org.jclouds.crypto.Crypto crypto)
protected org.jclouds.http.HttpRequest sign(org.jclouds.http.HttpRequest request,
long timeInSeconds)
throws org.jclouds.http.HttpException
org.jclouds.http.HttpExceptionprotected String getPayloadHash()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.