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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class org.keycloak.jose.jwk.JWK
ALGORITHM, KEY_ID, KEY_TYPE, otherClaims, PUBLIC_KEY_USE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
void
setModulus
(String modulus) void
setPublicExponent
(String publicExponent) void
setX509CertificateChain
(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
-