| Package | Description | 
|---|---|
| com.amazonaws.auth | 
| Modifier and Type | Method and Description | 
|---|---|
protected byte[] | 
AWS4Signer.computeSignature(String stringToSign,
                byte[] signingKey,
                AWS4SignerRequestParams signerRequestParams)
Step 3 of the AWS Signature version 4 calculation. 
 | 
protected String | 
AWS4Signer.createStringToSign(String canonicalRequest,
                  AWS4SignerRequestParams signerParams)
Step 2 of the AWS Signature version 4 calculation. 
 | 
protected void | 
AWS4Signer.processRequestPayload(SignableRequest<?> request,
                     byte[] signature,
                     byte[] signingKey,
                     AWS4SignerRequestParams signerRequestParams)
Subclass could override this method to perform any additional procedure
 on the request payload, with access to the result from signing the
 header. 
 | 
Copyright © 2017. All rights reserved.