Class KeyResponse
java.lang.Object
com.aquima.web.boot.security.openid.KeyResponse
Ker response entity in accordance the JSON Web Key (JWK) Fromat.
- Since:
- 11.4
- Author:
- Voicu Moldovan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKeyId()
getUse()
void
setAlgorithm
(String algorithm) void
setExponent
(String exponent) void
void
setKeyType
(String keyType) void
setModulus
(String modulus) void
-
Constructor Details
-
KeyResponse
public KeyResponse()
-
-
Method Details
-
getKeyId
-
setKeyId
-
getKeyType
-
setKeyType
-
getAlgorithm
-
setAlgorithm
-
getUse
-
setUse
-
getModulus
-
setModulus
-
getExponent
-
setExponent
-