Class JWKSetWithTimestamp


  • @Immutable
    public final class JWKSetWithTimestamp
    extends Object
    JSON Web Key (JWK) set with timestamp.
    Version:
    2020-12-27
    Author:
    Vladimir Dzhuvinov
    • Constructor Detail

      • JWKSetWithTimestamp

        public JWKSetWithTimestamp​(JWKSet jwkSet,
                                   Date timestamp)
        Creates a new JWK set with timestamp.
        Parameters:
        jwkSet - The JWK set. Must not be null.
        timestamp - The timestamp date. Must not be null.
    • Method Detail

      • getJWKSet

        public JWKSet getJWKSet()
        Returns the JWK set.
        Returns:
        The JWK set.
      • getDate

        public Date getDate()
        Returns the timestamp date.
        Returns:
        The timestamp date.