Class JwkKey

java.lang.Object
com.okta.jwt.impl.jjwt.models.JwkKey

public class JwkKey extends Object
Classes in this `impl` implementation package may change in NON backward compatible way, and should ONLY be used as a "runtime" dependency.
  • Constructor Details

    • JwkKey

      public JwkKey()
  • Method Details

    • getKeyType

      public String getKeyType()
    • setKeyType

      public JwkKey setKeyType(String keyType)
    • getAlgorithm

      public String getAlgorithm()
    • setAlgorithm

      public JwkKey setAlgorithm(String algorithm)
    • getKeyId

      public String getKeyId()
    • setKeyId

      public JwkKey setKeyId(String keyId)
    • getPublicKeyUse

      public String getPublicKeyUse()
    • setPublicKeyUse

      public JwkKey setPublicKeyUse(String publicKeyUse)
    • getPublicKeyExponent

      public String getPublicKeyExponent()
    • setPublicKeyExponent

      public JwkKey setPublicKeyExponent(String publicKeyExponent)
    • getPublicKeyModulus

      public String getPublicKeyModulus()
    • setPublicKeyModulus

      public JwkKey setPublicKeyModulus(String publicKeyModulus)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object