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.
  • Constructor Details

    • SignerKey

      public SignerKey(Instant date, byte[] signingKey)
  • Method Details

    • isValidForDate

      public boolean isValidForDate(Instant other)
    • getSigningKey

      public byte[] getSigningKey()
      Returns a copy of the signing key.