Uses of Class
software.amazon.awssdk.auth.signer.params.Aws4SignerParams
Packages that use Aws4SignerParams
Package
Description
-
Uses of Aws4SignerParams in software.amazon.awssdk.auth.signer
Methods in software.amazon.awssdk.auth.signer with parameters of type Aws4SignerParamsModifier and TypeMethodDescriptionprotected StringAws4UnsignedPayloadSigner.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest, Aws4SignerParams signerParams, SdkChecksum contentFlexibleChecksum) Deprecated.Aws4UnsignedPayloadSigner.sign(SdkHttpFullRequest request, Aws4SignerParams signingParams) Deprecated.AsyncAws4Signer.signWithBody(SdkHttpFullRequest request, AsyncRequestBody requestBody, Aws4SignerParams signingParams) Deprecated. -
Uses of Aws4SignerParams in software.amazon.awssdk.auth.signer.internal
Classes in software.amazon.awssdk.auth.signer.internal with type parameters of type Aws4SignerParamsModifier and TypeClassDescriptionclassAbstractAws4Signer<T extends Aws4SignerParams,U extends Aws4PresignerParams> Abstract base class for the AWS SigV4 signer implementations.Methods in software.amazon.awssdk.auth.signer.internal with parameters of type Aws4SignerParamsModifier and TypeMethodDescriptionprotected StringBaseEventStreamAsyncAws4Signer.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest, Aws4SignerParams signerParams, SdkChecksum contentFlexibleChecksum) Returns the pre-defined header value and set other necessary headers if the request needs to be chunk-encoded.protected voidBaseAws4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest, byte[] signature, byte[] signingKey, Aws4SignerRequestParams signerRequestParams, Aws4SignerParams signerParams) Deprecated.Subclass could override this method to perform any additional procedure on the request payload, with access to the result from signing the header.protected voidBaseAws4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest, byte[] signature, byte[] signingKey, Aws4SignerRequestParams signerRequestParams, Aws4SignerParams signerParams, SdkChecksum sdkChecksum) Deprecated.This method overloads processRequestPayload with sdkChecksum.BaseAws4Signer.sign(SdkHttpFullRequest request, Aws4SignerParams signingParams) Deprecated.BaseEventStreamAsyncAws4Signer.sign(SdkHttpFullRequest request, Aws4SignerParams signingParams) protected final AsyncRequestBodyBaseAsyncAws4Signer.signAsync(SdkHttpFullRequest request, AsyncRequestBody asyncRequestBody, Aws4SignerRequestParams requestParams, Aws4SignerParams signingParams) This method is only used in test, where clockOverride is passed in signingParamsprotected abstract AsyncRequestBodyBaseAsyncAws4Signer.transformRequestProvider(String headerSignature, Aws4SignerRequestParams signerRequestParams, Aws4SignerParams signerParams, AsyncRequestBody asyncRequestBody) Transform the original requestProvider by adding signing operator and returns a new requestProvider Can be overriden by subclasses to provide specific signing methodprotected AsyncRequestBodyBaseEventStreamAsyncAws4Signer.transformRequestProvider(String headerSignature, Aws4SignerRequestParams signerRequestParams, Aws4SignerParams signerParams, AsyncRequestBody asyncRequestBody) Constructors in software.amazon.awssdk.auth.signer.internal with parameters of type Aws4SignerParamsModifierConstructorDescriptionAws4SignerRequestParams(Aws4SignerParams signerParams) Generates an instance of AWS4signerRequestParams that holds the parameters used for computing a AWS 4 signature for a request based on the givenAws4SignerParamsfor that request. -
Uses of Aws4SignerParams in software.amazon.awssdk.auth.signer.params
Subclasses of Aws4SignerParams in software.amazon.awssdk.auth.signer.paramsMethods in software.amazon.awssdk.auth.signer.params that return Aws4SignerParamsModifier and TypeMethodDescriptionAws4SignerParams.Builder.build()Aws4SignerParams.BuilderImpl.build()Constructors in software.amazon.awssdk.auth.signer.params with parameters of type Aws4SignerParams