Interface PBES2JWKFactory<A extends PBES2JWK,B extends PBES2JWKBuilder<A,B>,C extends PBES2JWKGenerator<A,C>>

Type Parameters:
A - the Password-based JWK type
B - the Password-based JWK builder type
C - 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