Class SignerKey
- java.lang.Object
-
- software.amazon.awssdk.http.auth.aws.internal.signer.util.SignerKey
-
@Immutable public final class SignerKey extends Object
Holds the signing key and the number of days since epoch for the date for which the signing key was generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getSigningKey()Returns a copy of the signing key.booleanisValidForDate(Instant other)
-