Uses of Interface
dev.paseto.jpaseto.KeyResolver
-
Packages that use KeyResolver Package Description dev.paseto.jpaseto -
-
Uses of KeyResolver in dev.paseto.jpaseto
Classes in dev.paseto.jpaseto that implement KeyResolver Modifier and Type Class Description classKeyResolverAdapterAn Adapter implementation of theKeyResolverinterface that allows subclasses to process only the type of paseto token that is known/expected for a particular case.Methods in dev.paseto.jpaseto with parameters of type KeyResolver Modifier and Type Method Description PasetoParserBuilderPasetoParserBuilder. setKeyResolver(KeyResolver keyResolver)Sets theKeyResolverused to acquire thesigning keythat should be used to verify a paseto tokens's signature.
-