程序包 | 说明 |
---|---|
com.fr.cert.token | |
com.fr.cert.token.impl |
限定符和类型 | 方法和说明 |
---|---|
JwtParser |
JwtParser.setClock(Clock clock)
Sets the
Clock that determines the timestamp to use when validating the parsed JWT. |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultClock
Default
Clock implementation. |
class |
FixedClock
A
Clock implementation that is constructed with a seed timestamp and always reports that same
timestamp. |
限定符和类型 | 字段和说明 |
---|---|
static Clock |
DefaultClock.INSTANCE
Default static instance that may be shared.
|
限定符和类型 | 方法和说明 |
---|---|
JwtParser |
DefaultJwtParser.setClock(Clock clock) |