Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JWK.Builder |
alg(String alg)
The algorithm.
|
JWK |
build() |
JWK.Builder |
copy(JWK model) |
JWK.Builder |
e(String e)
The exponent.
|
JWK.Builder |
kid(String kid)
The key id.
|
JWK.Builder |
kty(String kty)
The key type.
|
JWK.Builder |
n(String n)
The modulus.
|
JWK.Builder |
use(String use)
The key use.
|
public JWK.Builder n(String n)
The modulus.
n
- the value to setpublic JWK.Builder e(String e)
The exponent.
e
- the value to setpublic JWK.Builder kid(String kid)
The key id.
kid
- the value to setpublic JWK.Builder use(String use)
The key use.
use
- the value to setpublic JWK.Builder alg(String alg)
The algorithm.
alg
- the value to setpublic JWK.Builder kty(String kty)
The key type.
kty
- the value to setpublic JWK build()
public JWK.Builder copy(JWK model)
Copyright © 2016–2024. All rights reserved.