Class AwsS3V4Signer
-
public final class AwsS3V4Signer extends AbstractAwsS3V4Signer
AWS4 signer implementation for AWS S3
-
-
Field Summary
-
Fields inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAwsS3V4Signer
CONTENT_SHA_256_WITH_CHECKSUM, STREAMING_UNSIGNED_PAYLOAD_TRAILER
-
Fields inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAws4Signer
EMPTY_STRING_SHA256_HEX
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AwsS3V4Signer
create()
-
Methods inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAwsS3V4Signer
calculateContentHash, calculateContentHash, calculateContentHashPresign, getChecksumTrailerLength, presign, presign, processRequestPayload, processRequestPayload, sign, sign
-
Methods inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAws4Signer
addSessionCredentials, deriveSigningKey, deriveSigningKey, doPresign, doSign, doSign, extractPresignerParams, extractSignerParams
-
Methods inherited from class software.amazon.awssdk.auth.signer.internal.AbstractAwsSigner
getBinaryRequestPayloadStream, sanitizeCredentials, sign, sign, signAndBase64Encode, signWithMac
-
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 AwsS3V4Signer create()
-
-