Class SigningUtils
java.lang.Object
software.amazon.awssdk.authcrt.signer.internal.SigningUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExecutionAttribute<Clock> Attribute allowing the user to inject a clock that will be used for the signing timestamp -
Method Summary
Modifier and TypeMethodDescriptionstatic software.amazon.awssdk.crt.auth.credentials.CredentialsbuildCredentials(ExecutionAttributes executionAttributes) static ClockgetSigningClock(ExecutionAttributes executionAttributes) static AwsCredentialssanitizeCredentials(AwsCredentials credentials) static SdkHttpFullRequest
-
Field Details
-
SIGNING_CLOCK
Attribute allowing the user to inject a clock that will be used for the signing timestamp
-
-
Method Details
-
buildCredentials
public static software.amazon.awssdk.crt.auth.credentials.Credentials buildCredentials(ExecutionAttributes executionAttributes) -
getSigningClock
-
sanitizeCredentials
-
sanitizeSdkRequestForCrtSigning
-