Class EncryptionKey

java.lang.Object
com.auth0.json.mgmt.resourceserver.EncryptionKey

public class EncryptionKey extends Object
Class that represents the encryption key associated with a TokenEncryption
  • Constructor Details

    • EncryptionKey

      public EncryptionKey()
  • Method Details

    • getName

      public String getName()
      Returns:
      the value of the name field.
    • setName

      public void setName(String name)
      Sets the value of the name field.
      Parameters:
      name - the value of the name field.
    • getAlg

      public String getAlg()
      Returns:
      the value of the alg field.
    • setAlg

      public void setAlg(String alg)
      Sets the value of the alg field.
      Parameters:
      alg - the value of the alg field.
    • getPem

      public String getPem()
      Returns:
      the value of the pem field.
    • setPem

      public void setPem(String pem)
      Sets the value of the pem field.
      Parameters:
      pem - the value of the pem field.
    • getKid

      public String getKid()
      Returns:
      the value of the kid field.
    • setKid

      public void setKid(String kid)
      Sets the value of the kid field.
      Parameters:
      kid - the value of the kid field.
    • getThumbprintSha256

      public String getThumbprintSha256()
      Returns:
      the value of the thumbprint_sha256 field.
    • setThumbprintSha256

      public void setThumbprintSha256(String thumbprintSha256)
      Sets the value of the thumbprint_sha256 field.
      Parameters:
      thumbprintSha256 - the value of the thumbprint_sha256 field.