public final class DigitalFormFieldSignature extends FormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
Constructor and Description |
---|
DigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
boolean |
getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
|
int |
hashCode()
Overrides GetHashCode method
|
getName, getType, getValue, setName, setValue
getCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toString
public DigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
name
- Name of form field object.public Object deepClone()
Clone FormField Signature instance.
deepClone
in class FormFieldSignature
public boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals
in class FormFieldSignature
signature
- Signature object to compare with.public final boolean getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
public int hashCode()
Overrides GetHashCode method
hashCode
in class FormFieldSignature