Class PublicKey


  • @Generated("jsonschema2pojo")
    public class PublicKey
    extends java.lang.Object
    The 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
      boolean equals​(java.lang.Object other)  
      java.lang.String getContent()
      Specifies the content of the public key inline within the document
      int hashCode()  
      void setContent​(java.lang.String content)
      Specifies the content of the public key inline within the document
      java.lang.String toString()  
      PublicKey withContent​(java.lang.String content)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PublicKey

        public PublicKey()
    • 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:
        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