Signer
public class QueryStringSigner extends AbstractAwsSigner
EMPTY_STRING_SHA256_HEX
Constructor | Description |
---|---|
QueryStringSigner() |
Modifier and Type | Method | Description |
---|---|---|
SdkHttpFullRequest |
sign(SdkHttpFullRequest request,
AwsCredentials credentials) |
This signer will add "Signature" parameter to the request.
|
hash, hash, sign, signWithMac
public SdkHttpFullRequest sign(SdkHttpFullRequest request, AwsCredentials credentials) throws SdkClientException
request
- request to be signed.credentials
- The credentials used to use to sign the request.SdkClientException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.