![JAR search and dependency download from the Maven repository](/logo.png)
net.officefloor.web.jwt.jwks.JwksKeyParserServiceFactory Maven / Gradle / Ivy
package net.officefloor.web.jwt.jwks;
import java.security.Key;
import net.officefloor.frame.api.source.ServiceFactory;
/**
*
* {@link ServiceFactory} to plug in various {@link JwksKeyParser}
* implementations.
*
* This allows extending the {@link Key} instances handled.
*
* @author Daniel Sagenschneider
*/
public interface JwksKeyParserServiceFactory extends ServiceFactory {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy