@Deprecated
public interface SignResult
Modifier and Type | Method and Description |
---|---|
java.util.List |
getNonTextualObjects()
Deprecated.
Returns a list<
NonTextObjectInfo of non textual objects in the pdf document. |
DataSink |
getOutputDocument()
Deprecated.
Returns the filled output data sink.
|
SignaturePosition |
getSignaturePosition()
Deprecated.
Returns the position where the signature is finally placed.
|
java.security.cert.X509Certificate |
getSignerCertificate()
Deprecated.
Returns the certificate of the signer.
|
boolean |
hasNonTextualObjects()
Deprecated.
Returns if pdf has non textual objects (only for textual signature available).
|
DataSink getOutputDocument()
java.security.cert.X509Certificate getSignerCertificate()
SignaturePosition getSignaturePosition()
This information can be useful for post-processing the document.
Consult the PDF-AS documentation section Commandline for further information about positioning.
java.util.List getNonTextualObjects()
NonTextObjectInfo
of non textual objects in the pdf document.
Only available for textual signatures. Show this to the user who signed the textual content only!NonTextObjectInfo
or null of not available (binary signature)boolean hasNonTextualObjects()