|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectat.gv.egiz.pdfas.api.verify.VerifyAfterAnalysisParameters
Parameter object that holds the verify after analysis parameters.
| Field Summary | |
protected AnalyzeResult |
analyzeResult
The list of signatures to be verified. |
protected boolean |
returnHashInputData
Tells the signature device (e.g. |
protected String |
signatureDevice
The signature device to perform the actual signature. |
protected Date |
verificationTime
Allows to pass a VerificationTime to the signature device. |
| Constructor Summary | |
VerifyAfterAnalysisParameters()
|
|
| Method Summary | |
AnalyzeResult |
getAnalyzeResult()
|
String |
getSignatureDevice()
|
Date |
getVerificationTime()
|
boolean |
isReturnHashInputData()
|
void |
setAnalyzeResult(AnalyzeResult analyzeResult)
|
void |
setReturnHashInputData(boolean returnHashInputData)
|
void |
setSignatureDevice(String signatureDevice)
|
void |
setVerificationTime(Date verificationTime)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AnalyzeResult analyzeResult
protected String signatureDevice
May be Constants.SIGNATURE_DEVICE_MOA or
Constants.SIGNATURE_DEVICE_BKU.
protected Date verificationTime
protected boolean returnHashInputData
Note that this forces MOA to return the potentially large signature data to be returned in the result XML, which may result in very bad performance.
| Constructor Detail |
public VerifyAfterAnalysisParameters()
| Method Detail |
public AnalyzeResult getAnalyzeResult()
public void setAnalyzeResult(AnalyzeResult analyzeResult)
analyzeResult - the analyzeResult to setpublic String getSignatureDevice()
public void setSignatureDevice(String signatureDevice)
signatureDevice - the signatureDevice to setpublic Date getVerificationTime()
public void setVerificationTime(Date verificationTime)
verificationTime - the verificationTime to setpublic boolean isReturnHashInputData()
public void setReturnHashInputData(boolean returnHashInputData)
returnHashInputData - the returnHashInputData to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||