@Deprecated
public class AnalyzeParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DataSource |
document
Deprecated.
The document to be analyzed.
|
protected boolean |
hasBeenCorrected
Deprecated.
|
protected boolean |
returnNonTextualObjects
Deprecated.
|
protected java.lang.String |
verifyMode
Deprecated.
The mode of operation how the document is analyzed.
|
Constructor and Description |
---|
AnalyzeParameters()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataSource |
getDocument()
Deprecated.
|
java.lang.String |
getVerifyMode()
Deprecated.
|
boolean |
isReturnNonTextualObjects()
Deprecated.
|
void |
setDocument(DataSource document)
Deprecated.
|
void |
setReturnNonTextualObjects(boolean returnNonTextualObjects)
Deprecated.
Tells if non text object of the signed pdf should be extracted and returned.
|
void |
setVerifyMode(java.lang.String verifyMode)
Deprecated.
|
protected DataSource document
protected java.lang.String verifyMode
May be Constants.VERIFY_MODE_BINARY_ONLY
to check the document for
binary signatures only (very fast). Or may be
Constants.VERIFY_MODE_SEMI_CONSERVATIVE
to perform a semi
conservative (optimized) text and binary verification (slow). Or may be
Constants.VERIFY_MODE_FULL_CONSERVATIVE
to perform a full
conservative text and binary verification (very slow).
protected boolean returnNonTextualObjects
protected boolean hasBeenCorrected
public DataSource getDocument()
public void setDocument(DataSource document)
document
- the document to setpublic java.lang.String getVerifyMode()
public void setVerifyMode(java.lang.String verifyMode)
verifyMode
- the verifyMode to setpublic boolean isReturnNonTextualObjects()
public void setReturnNonTextualObjects(boolean returnNonTextualObjects)
returnNonTextualObjects
-