Class AbstractAwsSigner

java.lang.Object
software.amazon.awssdk.auth.signer.internal.AbstractAwsSigner
All Implemented Interfaces:
Signer
Direct Known Subclasses:
AbstractAws4Signer

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 Details

    • AbstractAwsSigner

      public AbstractAwsSigner()