Class SignatureConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContactInfo()
      The contact information of the signer (Getter)
      java.lang.String getFieldName()  
      java.lang.String getLocation()
      The location of signing (Getter)
      java.lang.String getName()
      The name of the signing certificate (Getter)
      java.lang.String getReason()
      The reason for signing (Getter)
      void setContactInfo​(java.lang.String value)
      The contact information of the signer (Setter)
      void setFieldName​(java.lang.String value)  
      void setLocation​(java.lang.String value)
      The location of signing (Setter)
      void setReason​(java.lang.String value)
      The reason for signing (Setter)
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFieldName

        public java.lang.String getFieldName()
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • setFieldName

        public void setFieldName​(java.lang.String value)
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • getName

        public java.lang.String getName()

        The name of the signing certificate (Getter)

        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • getLocation

        public java.lang.String getLocation()

        The location of signing (Getter)

        The CPU host name or physical location of the signing.
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • setLocation

        public void setLocation​(java.lang.String value)

        The location of signing (Setter)

        The CPU host name or physical location of the signing.
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • getReason

        public java.lang.String getReason()

        The reason for signing (Getter)

        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • setReason

        public void setReason​(java.lang.String value)

        The reason for signing (Setter)

        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • getContactInfo

        public java.lang.String getContactInfo()

        The contact information of the signer (Getter)

        Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed
      • setContactInfo

        public void setContactInfo​(java.lang.String value)

        The contact information of the signer (Setter)

        Information provided by the signer to enable a recipient to contact the signer to verify the signature. For example, a phone number.
        Throws:
        java.lang.IllegalStateException - If the creating provider has already been closed