public class SigningUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<Clock> |
SIGNING_CLOCK
Attribute allowing the user to inject a clock that will be used for the signing timestamp
|
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.crt.auth.credentials.Credentials |
buildCredentials(ExecutionAttributes executionAttributes) |
static Clock |
getSigningClock(ExecutionAttributes executionAttributes) |
static AwsCredentials |
sanitizeCredentials(AwsCredentials credentials) |
static SdkHttpFullRequest |
sanitizeSdkRequestForCrtSigning(SdkHttpFullRequest request) |
public static final ExecutionAttribute<Clock> SIGNING_CLOCK
public static software.amazon.awssdk.crt.auth.credentials.Credentials buildCredentials(ExecutionAttributes executionAttributes)
public static Clock getSigningClock(ExecutionAttributes executionAttributes)
public static AwsCredentials sanitizeCredentials(AwsCredentials credentials)
public static SdkHttpFullRequest sanitizeSdkRequestForCrtSigning(SdkHttpFullRequest request)
Copyright © 2023. All rights reserved.