Interface JwtRefreshKey
- All Superinterfaces:
JwtAuthorityKey
JWT refresh key.
- Author:
- Daniel Sagenschneider
-
Method Summary
Methods inherited from interface net.officefloor.web.jwt.authority.repository.JwtAuthorityKey
getExpireTime, getStartTime
-
Method Details
-
getInitVector
String getInitVector()Obtains the init vector.- Returns:
- Init vector.
-
getStartSalt
String getStartSalt()Obtains the start salt.- Returns:
- Start salt.
-
getLace
String getLace()Obtains the lace.- Returns:
- Lace.
-
getEndSalt
String getEndSalt()Obtains the end salt.- Returns:
- End salt.
-
getKey
Key getKey()Obtains theKey.- Returns:
Keyto encrypt/decrypt the refresh token.
-