Class JWKSetWithTimestamp

java.lang.Object
com.nimbusds.jose.jwk.source.JWKSetWithTimestamp

@Deprecated @Immutable public final class JWKSetWithTimestamp extends Object
Deprecated.
JSON Web Key (JWK) set with timestamp.
Version:
2024-04-20
Author:
Vladimir Dzhuvinov
  • Constructor Details

    • 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 Details

    • 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.