java.lang.Object
io.confluent.dekregistry.client.rest.entities.Dek

public class Dek extends Object
  • Constructor Details

  • Method Details

    • getKekName

      public String getKekName()
    • getSubject

      public String getSubject()
    • getVersion

      public int getVersion()
    • getAlgorithm

      public DekFormat getAlgorithm()
    • getEncryptedKeyMaterial

      public String getEncryptedKeyMaterial()
    • getKeyMaterial

      public String getKeyMaterial()
    • setKeyMaterial

      public void setKeyMaterial(byte[] keyMaterialBytes)
    • getTimestamp

      public Long getTimestamp()
    • getDeleted

      public Boolean getDeleted()
    • isDeleted

      public boolean isDeleted()
    • getEncryptedKeyMaterialBytes

      public byte[] getEncryptedKeyMaterialBytes()
    • getKeyMaterialBytes

      public byte[] getKeyMaterialBytes()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toJson

      public String toJson() throws IOException
      Throws:
      IOException