Class JWKSetWithTimestamp

    • Constructor Detail

      • JWKSetWithTimestamp

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

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