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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKeyId()inthashCode()setAlgorithm(String algorithm) setKeyType(String keyType) setPublicKeyExponent(String publicKeyExponent) setPublicKeyModulus(String publicKeyModulus) setPublicKeyUse(String publicKeyUse)
-
Constructor Details
-
JwkKey
public JwkKey()
-
-
Method Details