Package org.keycloak.jose.jwk
Class RSAPublicJWK
- java.lang.Object
- 
- org.keycloak.jose.jwk.JWK
- 
- org.keycloak.jose.jwk.RSAPublicJWK
 
 
- 
 public class RSAPublicJWK extends JWK - Author:
- Stian Thorgersen
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringMODULUSstatic StringPUBLIC_EXPONENTstatic StringRS256static StringRSA- 
Fields inherited from class org.keycloak.jose.jwk.JWKALGORITHM, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE
 
- 
 - 
Constructor SummaryConstructors Constructor Description RSAPublicJWK()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModulus()StringgetPublicExponent()StringgetSha1x509Thumbprint()StringgetSha256x509Thumbprint()String[]getX509CertificateChain()voidsetModulus(String modulus)voidsetPublicExponent(String publicExponent)voidsetX509CertificateChain(String[] x509CertificateChain)- 
Methods inherited from class org.keycloak.jose.jwk.JWKgetAlgorithm, getKeyId, getKeyType, getOtherClaims, getPublicKeyUse, setAlgorithm, setKeyId, setKeyType, setOtherClaims, setPublicKeyUse
 
- 
 
- 
- 
- 
Field Detail- 
RSApublic static final String RSA - See Also:
- Constant Field Values
 
 - 
RS256public static final String RS256 - See Also:
- Constant Field Values
 
 - 
MODULUSpublic static final String MODULUS - See Also:
- Constant Field Values
 
 - 
PUBLIC_EXPONENTpublic static final String PUBLIC_EXPONENT - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getModuluspublic String getModulus() 
 - 
setModuluspublic void setModulus(String modulus) 
 - 
getPublicExponentpublic String getPublicExponent() 
 - 
setPublicExponentpublic void setPublicExponent(String publicExponent) 
 - 
getX509CertificateChainpublic String[] getX509CertificateChain() 
 - 
setX509CertificateChainpublic void setX509CertificateChain(String[] x509CertificateChain) 
 - 
getSha1x509Thumbprintpublic String getSha1x509Thumbprint() 
 - 
getSha256x509Thumbprintpublic String getSha256x509Thumbprint() 
 
- 
 
-