|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.AbstractAWSSigner
com.amazonaws.auth.AWS3Signer
public class AWS3Signer
Signer implementation that signs requests with the AWS3 signing protocol.
Constructor Summary | |
---|---|
AWS3Signer(AWSCredentials credentials)
Constructs a new AWS3Signer using the specified AWS account credentials to sign requests using the AWS3 signing protocol. |
Method Summary | |
---|---|
void |
sign(Request<?> request)
Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWS3Signer(AWSCredentials credentials)
credentials
- The AWS account credentials to use when signing requests.Method Detail |
---|
public void sign(Request<?> request) throws java.security.SignatureException
request
- The request to sign.
java.security.SignatureException
- If any problems are encountered while signing the request.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |