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, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE
Constructor and Description |
---|
RSAPublicJWK() |
Modifier and Type | Method and Description |
---|---|
String |
getModulus() |
String |
getPublicExponent() |
String |
getSha1x509Thumbprint() |
String |
getSha256x509Thumbprint() |
String[] |
getX509CertificateChain() |
void |
setModulus(String modulus) |
void |
setPublicExponent(String publicExponent) |
void |
setX509CertificateChain(String[] x509CertificateChain) |
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
public String getModulus()
public void setModulus(String modulus)
public String getPublicExponent()
public void setPublicExponent(String publicExponent)
public String[] getX509CertificateChain()
public void setX509CertificateChain(String[] x509CertificateChain)
public String getSha1x509Thumbprint()
public String getSha256x509Thumbprint()
Copyright © 2019 JBoss by Red Hat. All rights reserved.