Uses of Class
com.okta.jwt.impl.jjwt.models.JwkKey
Packages that use JwkKey
-
Uses of JwkKey in com.okta.jwt.impl.jjwt.models
Methods in com.okta.jwt.impl.jjwt.models that return JwkKeyModifier and TypeMethodDescriptionJwkKey.setAlgorithm
(String algorithm) JwkKey.setKeyType
(String keyType) JwkKey.setPublicKeyExponent
(String publicKeyExponent) JwkKey.setPublicKeyModulus
(String publicKeyModulus) JwkKey.setPublicKeyUse
(String publicKeyUse) Methods in com.okta.jwt.impl.jjwt.models that return types with arguments of type JwkKeyMethod parameters in com.okta.jwt.impl.jjwt.models with type arguments of type JwkKey