Class JWKSetWithTimestamp


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

      Constructors 
      Constructor Description
      JWKSetWithTimestamp​(JWKSet jwkSet)
      Deprecated.
      Creates a new JWK set with a timestamp set to now.
      JWKSetWithTimestamp​(JWKSet jwkSet, java.util.Date timestamp)
      Deprecated.
      Creates a new JWK set with timestamp.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Date getDate()
      Deprecated.
      Returns the timestamp date.
      JWKSet getJWKSet()
      Deprecated.
      Returns the JWK set.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWKSetWithTimestamp

        public JWKSetWithTimestamp​(JWKSet jwkSet)
        Deprecated.
        Creates a new JWK set with a timestamp set to now.
      • JWKSetWithTimestamp

        public JWKSetWithTimestamp​(JWKSet jwkSet,
                                   java.util.Date timestamp)
        Deprecated.
        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()
        Deprecated.
        Returns the JWK set.
        Returns:
        The JWK set.
      • getDate

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