Module io.inverno.mod.security.jose
Interface OCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A,B>,C extends OCTJWKGenerator<A,C>>
- Type Parameters:
A
- the Octet JWK typeB
- the Octet JWK builder typeC
- the Octet JWK generator type
- All Superinterfaces:
JWKFactory<A,
B, C>
public interface OCTJWKFactory<A extends OCTJWK,B extends OCTJWKBuilder<A,B>,C extends OCTJWKGenerator<A,C>>
extends JWKFactory<A,B,C>
An Octet JSON Web Key factory.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKFactory
builder, generate, generator, read, read, supports, supportsAlgorithm