Package com.okta.jwt.impl.jjwt.models
Class JwkKey
java.lang.Object
com.okta.jwt.impl.jjwt.models.JwkKey
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as
a "runtime" dependency.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKeyId()
int
hashCode()
setAlgorithm
(String algorithm) setKeyType
(String keyType) setPublicKeyExponent
(String publicKeyExponent) setPublicKeyModulus
(String publicKeyModulus) setPublicKeyUse
(String publicKeyUse)
-
Constructor Details
-
JwkKey
public JwkKey()
-
-
Method Details