JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.auth.internal

Class 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 Detail

      • SignerKey

        public SignerKey(long numberOfDaysSinceEpoch,
         byte[] signingKey)
    • Method Detail

      • getNumberOfDaysSinceEpoch

        public long getNumberOfDaysSinceEpoch()
        Returns the number of days since epoch for the date used for generating signing key.
      • getSigningKey

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

AltStyle によって変換されたページ (->オリジナル) /