Package com.amazonaws.auth

Interface Summary
AWSCredentials Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key.
Signer<T>  
 

Class Summary
BasicAWSCredentials Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor.
PropertiesCredentials Simple implementation AWSCredentials that reads in AWS access keys from a properties file.
QueryStringSigner<T> Signer implementation responsible for signing an AWS query string request according to the various signature versions and hashing algorithms.
 

Enum Summary
SignatureVersion  
SigningAlgorithm  
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.