Class JsonWebKeySetGeneratorRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-01-12T16:13:57.119092Z[GMT]")
    public class JsonWebKeySetGeneratorRequest
    extends Object
    JsonWebKeySetGeneratorRequest
    • Constructor Detail

      • JsonWebKeySetGeneratorRequest

        public JsonWebKeySetGeneratorRequest()
    • Method Detail

      • getAlg

        public String getAlg()
        The algorithm to be used for creating the key. Supports \"RS256\", \"ES512\", \"HS512\", and \"HS256\"
        Returns:
        alg
      • setAlg

        public void setAlg​(String alg)
      • getKid

        public String getKid()
        The kid of the key to be created
        Returns:
        kid
      • setKid

        public void setKid​(String kid)
      • getUse

        public String getUse()
        The \"use\" (public key use) parameter identifies the intended use of the public key. The \"use\" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Valid values are \"enc\" and \"sig\".
        Returns:
        use
      • setUse

        public void setUse​(String use)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object