Package org.keycloak.jose.jwk
Class RSAPublicJWK
java.lang.Object
org.keycloak.jose.jwk.JWK
org.keycloak.jose.jwk.RSAPublicJWK
- Author:
- Stian Thorgersen
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.keycloak.jose.jwk.JWK
ALGORITHM, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetModulus(String modulus) voidsetPublicExponent(String publicExponent) voidsetX509CertificateChain(String[] x509CertificateChain) Methods inherited from class org.keycloak.jose.jwk.JWK
getAlgorithm, getKeyId, getKeyType, getOtherClaims, getPublicKeyUse, setAlgorithm, setKeyId, setKeyType, setOtherClaims, setPublicKeyUse
-
Field Details
-
RSA
- See Also:
-
RS256
- See Also:
-
MODULUS
- See Also:
-
PUBLIC_EXPONENT
- See Also:
-
-
Constructor Details
-
RSAPublicJWK
public RSAPublicJWK()
-
-
Method Details
-
getModulus
-
setModulus
-
getPublicExponent
-
setPublicExponent
-
getX509CertificateChain
-
setX509CertificateChain
-
getSha1x509Thumbprint
-
getSha256x509Thumbprint
-