Package com.nimbusds.jose.jwk.source
Class JWKSetWithTimestamp
java.lang.Object
com.nimbusds.jose.jwk.source.JWKSetWithTimestamp
Deprecated.
see RemoteJWKSet.
JSON Web Key (JWK) set with timestamp.
- Version:
- 2024-04-20
- Author:
- Vladimir Dzhuvinov
-
Constructor Summary
ConstructorDescriptionJWKSetWithTimestamp
(JWKSet jwkSet) Deprecated.Creates a new JWK set with a timestamp set to now.JWKSetWithTimestamp
(JWKSet jwkSet, Date timestamp) Deprecated.Creates a new JWK set with timestamp. -
Method Summary
-
Constructor Details
-
JWKSetWithTimestamp
Deprecated.Creates a new JWK set with a timestamp set to now. -
JWKSetWithTimestamp
Deprecated.Creates a new JWK set with timestamp.- Parameters:
jwkSet
- The JWK set. Must not benull
.timestamp
- The timestamp date. Must not benull
.
-
-
Method Details
-
getJWKSet
Deprecated.Returns the JWK set.- Returns:
- The JWK set.
-
getDate
Deprecated.Returns the timestamp date.- Returns:
- The timestamp date.
-