Uses of Class
uk.co.spudsoft.jwtvalidatorvertx.AlgorithmAndKeyPair
Packages that use AlgorithmAndKeyPair
Package
Description
-
Uses of AlgorithmAndKeyPair in uk.co.spudsoft.jwtvalidatorvertx
Methods in uk.co.spudsoft.jwtvalidatorvertx that return types with arguments of type AlgorithmAndKeyPairModifier and TypeMethodDescriptionstatic com.google.common.cache.Cache<String, AlgorithmAndKeyPair> AlgorithmAndKeyPair.createCache(Duration keyLifetime) Create a guava cache with a configured key lifetime.Method parameters in uk.co.spudsoft.jwtvalidatorvertx with type arguments of type AlgorithmAndKeyPairModifier and TypeMethodDescriptionvoidJwksHandler.setKeyCache(com.google.common.cache.Cache<String, AlgorithmAndKeyPair> keyCache) Set the key cache that the JwksHandler should use. -
Uses of AlgorithmAndKeyPair in uk.co.spudsoft.jwtvalidatorvertx.impl
Fields in uk.co.spudsoft.jwtvalidatorvertx.impl with type parameters of type AlgorithmAndKeyPairModifier and TypeFieldDescriptionprotected final com.google.common.cache.Cache<String, AlgorithmAndKeyPair> AbstractTokenBuilder.keyCacheThe key cache that is shared with theJwksHandler.Constructor parameters in uk.co.spudsoft.jwtvalidatorvertx.impl with type arguments of type AlgorithmAndKeyPairModifierConstructorDescriptionAbstractTokenBuilder(com.google.common.cache.Cache<String, AlgorithmAndKeyPair> keyCache) Constructor. -
Uses of AlgorithmAndKeyPair in uk.co.spudsoft.jwtvalidatorvertx.jdk
Method parameters in uk.co.spudsoft.jwtvalidatorvertx.jdk with type arguments of type AlgorithmAndKeyPairModifier and TypeMethodDescriptionvoidJdkJwksHandler.setKeyCache(com.google.common.cache.Cache<String, AlgorithmAndKeyPair> keyCache) Constructor parameters in uk.co.spudsoft.jwtvalidatorvertx.jdk with type arguments of type AlgorithmAndKeyPairModifierConstructorDescriptionJdkTokenBuilder(com.google.common.cache.Cache<String, AlgorithmAndKeyPair> keyCache) Constructor.