Class Key

java.lang.Object
com.auth0.json.mgmt.Key

public class Key extends Object
Class that represents an Auth0 Key object. Related to the KeysEntity entity.
  • Constructor Details

    • Key

      public Key()
  • Method Details

    • getKid

      public String getKid()
    • setKid

      public void setKid(String kid)
    • getCert

      public String getCert()
    • setCert

      public void setCert(String cert)
    • getPkcs7

      public String getPkcs7()
    • setPkcs7

      public void setPkcs7(String pkcs7)
    • getCurrent

      public Boolean getCurrent()
    • setCurrent

      public void setCurrent(Boolean current)
    • getNext

      public Boolean getNext()
    • setNext

      public void setNext(Boolean next)
    • getPrevious

      public Boolean getPrevious()
    • setPrevious

      public void setPrevious(Boolean previous)
    • getFingerprint

      public String getFingerprint()
    • setFingerprint

      public void setFingerprint(String fingerprint)
    • getThumbprint

      public String getThumbprint()
    • setThumbprint

      public void setThumbprint(String thumbprint)
    • getRevoked

      public Boolean getRevoked()
    • setRevoked

      public void setRevoked(Boolean revoked)
    • getCurrentSince

      public Date getCurrentSince()
    • setCurrentSince

      public void setCurrentSince(Date currentSince)
    • getCurrentUntil

      public Date getCurrentUntil()
    • setCurrentUntil

      public void setCurrentUntil(Date currentUntil)
    • getRevokedAt

      public Date getRevokedAt()
    • setRevokedAt

      public void setRevokedAt(Date revokedAt)