public class ReferencesCheckResultInfoImpl extends Object implements ReferencesCheckResultInfo
ReferencesCheckResultInfo
.Constructor and Description |
---|
ReferencesCheckResultInfoImpl() |
Modifier and Type | Method and Description |
---|---|
NodeList |
getAnyOtherInfo()
Gets the additional info of the failed
dsig:reference element. |
int[] |
getFailedReferences()
Gets the positions of the failed signature references containing the
references to the manifests being described by this object.
|
void |
setAnyOtherInfo(NodeList anyOtherInfo)
Sets additional information about the references check.
|
void |
setFailedReferences(int[] failedReferences)
Sets the indexes of the failed references.
|
public void setAnyOtherInfo(NodeList anyOtherInfo)
anyOtherInfo
- Additional information about the references check.public NodeList getAnyOtherInfo()
ReferencesCheckResultInfo
dsig:reference
element.getAnyOtherInfo
in interface ReferencesCheckResultInfo
public void setFailedReferences(int[] failedReferences)
failedReferences
- The indexes of the failed references.public int[] getFailedReferences()
ReferencesCheckResultInfo
getFailedReferences
in interface ReferencesCheckResultInfo
Copyright © 2016. All rights reserved.