Class KeyResponse


  • public class KeyResponse
    extends Object
    Ker response entity in accordance the JSON Web Key (JWK) Fromat.
    Since:
    11.4
    Author:
    Voicu Moldovan
    • Constructor Detail

      • KeyResponse

        public KeyResponse()
    • Method Detail

      • getKeyId

        public String getKeyId()
      • setKeyId

        public void setKeyId​(String keyId)
      • getKeyType

        public String getKeyType()
      • setKeyType

        public void setKeyType​(String keyType)
      • getAlgorithm

        public String getAlgorithm()
      • setAlgorithm

        public void setAlgorithm​(String algorithm)
      • getUse

        public String getUse()
      • setUse

        public void setUse​(String use)
      • getModulus

        public String getModulus()
      • setModulus

        public void setModulus​(String modulus)
      • getExponent

        public String getExponent()
      • setExponent

        public void setExponent​(String exponent)