public class ReconstructXMLDsigAfterAnalysisParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AnalyzeResult |
analyzeResult
The list of signatures to be verified.
|
protected java.lang.String |
signatureDevice
The signature device to perform the actual signature.
|
Constructor and Description |
---|
ReconstructXMLDsigAfterAnalysisParameters() |
Modifier and Type | Method and Description |
---|---|
AnalyzeResult |
getAnalyzeResult() |
java.lang.String |
getSignatureDevice() |
void |
setAnalyzeResult(AnalyzeResult analyzeResult) |
void |
setSignatureDevice(java.lang.String signatureDevice) |
protected AnalyzeResult analyzeResult
protected java.lang.String signatureDevice
May be Constants.SIGNATURE_DEVICE_MOA
or
Constants.SIGNATURE_DEVICE_BKU
.
public ReconstructXMLDsigAfterAnalysisParameters()
public AnalyzeResult getAnalyzeResult()
public void setAnalyzeResult(AnalyzeResult analyzeResult)
analyzeResult
- the analyzeResult to setpublic java.lang.String getSignatureDevice()
public void setSignatureDevice(java.lang.String signatureDevice)
signatureDevice
- the signatureDevice to set