public class DefaultV4PayloadSigner extends Object implements V4PayloadSigner
| Constructor and Description |
|---|
DefaultV4PayloadSigner() |
| Modifier and Type | Method and Description |
|---|---|
ContentStreamProvider |
sign(ContentStreamProvider payload,
V4RequestSigningResult requestSigningResult)
Given a payload and result of request signing, sign the payload via the SigV4 process.
|
org.reactivestreams.Publisher<ByteBuffer> |
signAsync(org.reactivestreams.Publisher<ByteBuffer> payload,
V4RequestSigningResult requestSigningResult)
Given a payload and result of request signing, sign the payload via the SigV4 process.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeSigning, createpublic ContentStreamProvider sign(ContentStreamProvider payload, V4RequestSigningResult requestSigningResult)
V4PayloadSignersign in interface V4PayloadSignerpublic org.reactivestreams.Publisher<ByteBuffer> signAsync(org.reactivestreams.Publisher<ByteBuffer> payload, V4RequestSigningResult requestSigningResult)
V4PayloadSignersignAsync in interface V4PayloadSignerCopyright © 2023. All rights reserved.