Module io.inverno.mod.security.jose
Interface OCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A,B>>
- Type Parameters:
A
- the Octet JWK typeB
- the Octet JWK builder type
- All Superinterfaces:
JWKBuilder<A,
B>
public interface OCTJWKBuilder<A extends OCTJWK,B extends OCTJWKBuilder<A,B>>
extends JWKBuilder<A,B>
An Octet 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
-
keyValue
Specifies the key value encoded as Base64URL.
- Parameters:
k
- the Base64URL encoded key value with no padding- Returns:
- this builder
-