Class Signature


  • @Generated("jsonschema2pojo")
    public class Signature
    extends java.lang.Object
    Information about the detached signature associated with the entry
    • Constructor Detail

      • Signature

        public Signature()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Specifies the content of the signature inline within the document
      • setContent

        public void setContent​(java.lang.String content)
        Specifies the content of the signature inline within the document
      • withContent

        public Signature withContent​(java.lang.String content)
      • getPublicKey

        public PublicKey getPublicKey()
        The public key that can verify the signature
      • setPublicKey

        public void setPublicKey​(PublicKey publicKey)
        The public key that can verify the signature
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object