Interface JwtAuthorityRepository.RetrieveKeysContext
- Enclosing interface:
- JwtAuthorityRepository
public static interface JwtAuthorityRepository.RetrieveKeysContext
Context for retrieving keys.
-
Method Summary
Modifier and TypeMethodDescriptiondeserialise(String serialisedKeyContent) Convenience method to use the registeredJwksKeyParserinstances to deserialise theKey.longObtains the time in seconds since Epoch for keys to be active.
-
Method Details
-
getActiveAfter
long getActiveAfter()Obtains the time in seconds since Epoch for keys to be active.- Returns:
- Time in seconds since Epoch for keys to be active.
-
deserialise
Convenience method to use the registeredJwksKeyParserinstances to deserialise theKey.
-