Class DefaultAwsCrtV4aSigner
- java.lang.Object
-
- software.amazon.awssdk.authcrt.signer.internal.DefaultAwsCrtV4aSigner
-
- All Implemented Interfaces:
AwsCrtV4aSigner,Presigner,Signer
public final class DefaultAwsCrtV4aSigner extends Object implements AwsCrtV4aSigner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.amazon.awssdk.authcrt.signer.AwsCrtV4aSigner
AwsCrtV4aSigner.Builder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCrtV4aSigner.Builderbuilder()static AwsCrtV4aSignercreate()Create a default Aws4aSigner.SdkHttpFullRequestpresign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)SdkHttpFullRequestsign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.signer.Signer
credentialType
-
-
-
-
Method Detail
-
create
public static AwsCrtV4aSigner create()
Description copied from interface:AwsCrtV4aSignerCreate a default Aws4aSigner.
-
builder
public static AwsCrtV4aSigner.Builder builder()
-
sign
public SdkHttpFullRequest sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
-
presign
public SdkHttpFullRequest presign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
-
-