Module io.inverno.mod.security.jose
Interface PBES2JWKBuilder<A extends PBES2JWK,B extends PBES2JWKBuilder<A,B>>
- Type Parameters:
A
- the Password-based JWK typeB
- the Password-based JWK builder type
- All Superinterfaces:
JWKBuilder<A,
B>
public interface PBES2JWKBuilder<A extends PBES2JWK,B extends PBES2JWKBuilder<A,B>>
extends JWKBuilder<A,B>
Password-based JSON Web Key builder.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.security.jose.jwk.JWKBuilder
algorithm, build, keyId, keyOperations, publicKeyUse
-
Method Details
-
password
Specifies the password encoded as Base64URL.
- Parameters:
p
- the Base64URL encoded password with no padding- Returns:
- this builder
-