Class XAdESReferenceValidation
java.lang.Object
eu.europa.esig.dss.validation.ReferenceValidation
eu.europa.esig.dss.xades.reference.XAdESReferenceValidation
- All Implemented Interfaces:
Serializable
public class XAdESReferenceValidation extends ReferenceValidation
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XAdESReferenceValidation(org.apache.xml.security.signature.Reference reference)
-
Method Summary
Modifier and Type Method Description String
getId()
String
getName()
byte[]
getOriginalContentBytes()
Returns original bytes of the referenced documentList<String>
getTransformationNames()
Returns a list of transformations contained in thereference
String
getUri()
Methods inherited from class eu.europa.esig.dss.validation.ReferenceValidation
getDependentValidations, getDigest, getType, isFound, isIntact, setDigest, setFound, setIntact, setName, setTransformationNames, setType
-
Constructor Details
-
XAdESReferenceValidation
public XAdESReferenceValidation(org.apache.xml.security.signature.Reference reference)
-
-
Method Details
-
getId
-
getUri
-
getOriginalContentBytes
public byte[] getOriginalContentBytes()Returns original bytes of the referenced document- Returns:
- byte array
-
getName
- Overrides:
getName
in classReferenceValidation
-
getTransformationNames
Description copied from class:ReferenceValidation
Returns a list of transformations contained in thereference
- Overrides:
getTransformationNames
in classReferenceValidation
- Returns:
- list of transformation names
-