public class ECPublicJWK extends JWK
Modifier and Type | Field and Description |
---|---|
static String |
CRV |
static String |
EC |
static String |
X |
static String |
Y |
ALGORITHM, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE
Constructor and Description |
---|
ECPublicJWK() |
Modifier and Type | Method and Description |
---|---|
String |
getCrv() |
String |
getX() |
String |
getY() |
void |
setCrv(String crv) |
void |
setX(String x) |
void |
setY(String y) |
getAlgorithm, getKeyId, getKeyType, getOtherClaims, getPublicKeyUse, setAlgorithm, setKeyId, setKeyType, setOtherClaims, setPublicKeyUse
public static final String EC
public static final String CRV
public static final String X
public static final String Y
Copyright © 2020 JBoss by Red Hat. All rights reserved.