Interface JwksKeyWriterServiceFactory
- All Superinterfaces:
ServiceFactory<JwksKeyWriter<? extends Key>>
- All Known Implementing Classes:
RsaPrivateJwksKeyWriterServiceFactory,RsaPublicJwksKeyWriterServiceFactory,SecretJwksKeyWriterServiceFactory
ServiceFactory to plug in various JwksKeyWriter
implementations.
This allows extending the Key instances handled.
- Author:
- Daniel Sagenschneider
-
Method Summary
Methods inherited from interface net.officefloor.frame.api.source.ServiceFactory
createService