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​(Instant date,
                         byte[] signingKey)
    • Method Detail

      • isValidForDate

        public boolean isValidForDate​(Instant other)
      • getSigningKey

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