public class JWK extends Object
| Modifier and Type | Method and Description |
|---|---|
static JWK |
from(String kid,
PublicKey publicKey) |
String |
getExponent() |
String |
getKeyId() |
String |
getKeyType() |
String |
getKeyUse() |
String |
getModulus() |
JWK |
setExponent(String exponent) |
JWK |
setKeyType(String keyType) |
JWK |
setKeyUse(String keyUse) |
JWK |
setModulus(String modulus) |
Map<String,Object> |
toMap() |
Copyright © 2022. All rights reserved.