public class RSAPublicJWK extends JWK
Modifier and Type | Field and Description |
---|---|
static String |
MODULUS |
static String |
PUBLIC_EXPONENT |
static String |
RS256 |
static String |
RSA |
ALGORITHM, ENCRYPTION_USE, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE, SIG_USE
Constructor and Description |
---|
RSAPublicJWK() |
Modifier and Type | Method and Description |
---|---|
String |
getModulus() |
String |
getPublicExponent() |
void |
setModulus(String modulus) |
void |
setPublicExponent(String publicExponent) |
getAlgorithm, getKeyId, getKeyType, getOtherClaims, getPublicKeyUse, setAlgorithm, setKeyId, setKeyType, setOtherClaims, setPublicKeyUse
public static final String RSA
public static final String RS256
public static final String MODULUS
public static final String PUBLIC_EXPONENT
Copyright © 2016 JBoss by Red Hat. All rights reserved.