@Service public class JWKSetCacheService extends Object
Constructor and Description |
---|
JWKSetCacheService() |
Modifier and Type | Method and Description |
---|---|
JWTEncryptionAndDecryptionService |
getEncrypter(String jwksUri) |
JWTSigningAndValidationService |
getValidator(String jwksUri) |
public JWKSetCacheService()
public JWTSigningAndValidationService getValidator(String jwksUri)
jwksUri
- ExecutionException
com.google.common.cache.Cache#get(java.lang.Object)
public JWTEncryptionAndDecryptionService getEncrypter(String jwksUri)
Copyright © 2018. All rights reserved.