Class Signature

Direct Known Subclasses:
CertificationSignature, DocumentSignature

public abstract class Signature extends SignedSignatureField

A base class for certain signature types

  • Method Details

    • getLocation

      public String getLocation()

      The location of signing (Getter)

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

      public String getReason()

      The reason for signing (Getter)

      Throws:
      IllegalStateException - If the object has already been closed
    • getContactInfo

      public 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:
      IllegalStateException - If the object has already been closed