Package dev.sigstore.rekor
Class PublicKey
- java.lang.Object
-
- dev.sigstore.rekor.PublicKey
-
@Generated("jsonschema2pojo") public class PublicKey extends java.lang.ObjectThe public key that can verify the signature
-
-
Constructor Summary
Constructors Constructor Description PublicKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetContent()Specifies the content of the public key inline within the documentinthashCode()voidsetContent(java.lang.String content)Specifies the content of the public key inline within the documentjava.lang.StringtoString()PublicKeywithContent(java.lang.String content)
-
-
-
Method Detail
-
getContent
public java.lang.String getContent()
Specifies the content of the public key inline within the document
-
setContent
public void setContent(java.lang.String content)
Specifies the content of the public key inline within the document
-
withContent
public PublicKey withContent(java.lang.String content)
-
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
-
-