Package dev.sigstore.rekor
Class HashedRekord
- java.lang.Object
-
- dev.sigstore.rekor.HashedRekord
-
@Generated("jsonschema2pojo") public class HashedRekord extends java.lang.ObjectHashed Rekor v0.0.1 SchemaSchema for Hashed Rekord object
-
-
Constructor Summary
Constructors Constructor Description HashedRekord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)DatagetData()Information about the content associated with the entry (Required)SignaturegetSignature()Information about the detached signature associated with the entry (Required)inthashCode()voidsetData(Data data)Information about the content associated with the entry (Required)voidsetSignature(Signature signature)Information about the detached signature associated with the entry (Required)java.lang.StringtoString()HashedRekordwithData(Data data)HashedRekordwithSignature(Signature signature)
-
-
-
Method Detail
-
getSignature
public Signature getSignature()
Information about the detached signature associated with the entry (Required)
-
setSignature
public void setSignature(Signature signature)
Information about the detached signature associated with the entry (Required)
-
withSignature
public HashedRekord withSignature(Signature signature)
-
getData
public Data getData()
Information about the content associated with the entry (Required)
-
setData
public void setData(Data data)
Information about the content associated with the entry (Required)
-
withData
public HashedRekord withData(Data data)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
-