Module io.inverno.mod.security.jose
Interface PBES2JWKFactory<A extends PBES2JWK,B extends PBES2JWKBuilder<A,B>,C extends PBES2JWKGenerator<A,C>>
- Type Parameters:
A
- the Password-based JWK typeB
- the Password-based JWK builder typeC
- the Password-based JWK generator type
- All Superinterfaces:
JWKFactory<A,
B, C>
public interface PBES2JWKFactory<A extends PBES2JWK,B extends PBES2JWKBuilder<A,B>,C extends PBES2JWKGenerator<A,C>>
extends JWKFactory<A,B,C>
Password-based 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