Class Dek
java.lang.Object
io.confluent.dekregistry.client.rest.entities.Dek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]byte[]intinthashCode()booleanvoidsetKeyMaterial(byte[] keyMaterialBytes) toJson()toString()
-
Constructor Details
-
Dek
-
-
Method Details
-
getKekName
-
getSubject
-
getVersion
public int getVersion() -
getAlgorithm
-
getEncryptedKeyMaterial
-
getKeyMaterial
-
setKeyMaterial
public void setKeyMaterial(byte[] keyMaterialBytes) -
getTimestamp
-
getDeleted
-
isDeleted
public boolean isDeleted() -
getEncryptedKeyMaterialBytes
public byte[] getEncryptedKeyMaterialBytes() -
getKeyMaterialBytes
public byte[] getKeyMaterialBytes() -
equals
-
hashCode
public int hashCode() -
toString
-
toJson
- Throws:
IOException
-