Class DefaultV4aPayloadSigner
java.lang.Object
software.amazon.awssdk.http.auth.aws.crt.internal.signer.DefaultV4aPayloadSigner
- All Implemented Interfaces:
- V4aPayloadSigner
A default implementation of a payload signer that is a no-op.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionsign(ContentStreamProvider payload, V4aRequestSigningResult requestSigningResult) Given a payload and result of request signing, sign the payload via the SigV4a process.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.http.auth.aws.crt.internal.signer.V4aPayloadSignerbeforeSigning
- 
Constructor Details- 
DefaultV4aPayloadSignerpublic DefaultV4aPayloadSigner()
 
- 
- 
Method Details- 
signpublic ContentStreamProvider sign(ContentStreamProvider payload, V4aRequestSigningResult requestSigningResult) Description copied from interface:V4aPayloadSignerGiven a payload and result of request signing, sign the payload via the SigV4a process.- Specified by:
- signin interface- V4aPayloadSigner
 
 
-