public class SignatureManifestCheckParamsImpl extends Object implements SignatureManifestCheckParams
SignatureManifestCheckParams
.Constructor and Description |
---|
SignatureManifestCheckParamsImpl() |
Modifier and Type | Method and Description |
---|---|
List |
getReferenceInfos()
Gets the referential information.
|
boolean |
getReturnReferenceInputData()
Gets information on whether signature source data should be returned.
|
void |
setReferenceInfos(List referenceInfos)
Sets the referantial information.
|
void |
setReturnReferenceInputData(boolean returnReferenceInputData)
Sets whether to return signature source data.
|
public void setReferenceInfos(List referenceInfos)
referenceInfos
- The referential information.public List getReferenceInfos()
SignatureManifestCheckParams
getReferenceInfos
in interface SignatureManifestCheckParams
public void setReturnReferenceInputData(boolean returnReferenceInputData)
returnReferenceInputData
- Whether to return signature source data.public boolean getReturnReferenceInputData()
SignatureManifestCheckParams
getReturnReferenceInputData
in interface SignatureManifestCheckParams
true
, if signature source data should be returned,
otherwise false
.Copyright © 2016. All rights reserved.