JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.jsonwebtoken
Interface Clock
All Known Implementing Classes:
DefaultClock
,
FixedClock
public interface
Clock
A clock represents a time source that can be used when creating and verifying JWTs.
Since:
0.7.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Date
now
()
Returns the clock's current timestamp at the instant the method is invoked.
Method Detail
now
Date
now()
Returns the clock's current timestamp at the instant the method is invoked.
Returns:
the clock's current timestamp at the instant the method is invoked.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2016. All rights reserved.