com.spire.pdf.interactive.digitalsignatures
Class PdfSignature

java.lang.Object
  extended by com.spire.pdf.interactive.digitalsignatures.PdfSignature

public class PdfSignature
extends java.lang.Object

The pdf signature.


Method Summary
 java.lang.String getContactInfo()
          Get the phone number of signer
 java.lang.String getFilter()
          Get the name of the preferred signature handler to use when validating this signature.
 java.lang.String getLocation()
          Get the physical location of the signing.
 java.lang.String getName()
          The name of the person or anthority signing the document this value should be used only when it is not possible to extract the name from the signature for example, from the certificat of the signer
 java.lang.String getReason()
          Get reason of signing.
 java.lang.String getSubFilter()
          Get the name that describes the encoding of the signature value.
 void setContactInfo(java.lang.String value)
          Set the phone number of signer
 void setLocation(java.lang.String value)
          Set the physical location of the signing.
 void setName(java.lang.String value)
          Set the name of the person or anthority signing the document.
 void setReason(java.lang.String value)
          Set reason of signing.
 

Method Detail

getFilter

public java.lang.String getFilter()
Get the name of the preferred signature handler to use when validating this signature.

Returns:
The Filter.

getSubFilter

public java.lang.String getSubFilter()
Get the name that describes the encoding of the signature value.

Returns:
The SubFilter.

getName

public java.lang.String getName()
The name of the person or anthority signing the document this value should be used only when it is not possible to extract the name from the signature for example, from the certificat of the signer

Returns:
The name.

setName

public void setName(java.lang.String value)
Set the name of the person or anthority signing the document.

Parameters:
value - The name value.

getLocation

public java.lang.String getLocation()
Get the physical location of the signing.

Returns:
The location.

setLocation

public void setLocation(java.lang.String value)
Set the physical location of the signing.

Parameters:
value - The location.

getReason

public java.lang.String getReason()
Get reason of signing. The reason for the signing, such as ( I agree … ).

Returns:
The reason.

setReason

public void setReason(java.lang.String value)
Set reason of signing. The reason for the signing, such as ( I agree … ).

Parameters:
value - The reason

getContactInfo

public java.lang.String getContactInfo()
Get the phone number of signer

Returns:
The phone number of signer.

setContactInfo

public void setContactInfo(java.lang.String value)
Set the phone number of signer

Parameters:
value - The phone number of signer.