com.amazonaws.auth
Class AbstractAWSSigner

java.lang.Object
  extended by com.amazonaws.auth.AbstractAWSSigner
All Implemented Interfaces:
Signer
Direct Known Subclasses:
AWS3Signer, AWS4Signer, QueryStringSigner

public abstract class AbstractAWSSigner
extends Object
implements Signer

Abstract base class for AWS signing protocol implementations. Provides utilities commonly needed by signing protocols such as computing canonicalized host names, query string parameters, etc.

Not intended to be sub-classed by developers.


Constructor Summary
AbstractAWSSigner()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.amazonaws.auth.Signer
sign
 

Constructor Detail

AbstractAWSSigner

public AbstractAWSSigner()


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