@Immutable public final class JWKSetWithTimestamp extends Object
Constructor and Description |
---|
JWKSetWithTimestamp(JWKSet jwkSet)
Creates a new JWK set with a timestamp set to now.
|
JWKSetWithTimestamp(JWKSet jwkSet,
Date timestamp)
Creates a new JWK set with timestamp.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the timestamp date.
|
JWKSet |
getJWKSet()
Returns the JWK set.
|
public JWKSetWithTimestamp(JWKSet jwkSet)
public JWKSetWithTimestamp(JWKSet jwkSet, Date timestamp)
jwkSet
- The JWK set. Must not be null
.timestamp
- The timestamp date. Must not be null
.Copyright © 2021 Connect2id Ltd.. All rights reserved.