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
-
Fields inherited from class eu.europa.esig.dss.validation.ReferenceValidation
transforms
-
-
Constructor Summary
Constructors Constructor Description XAdESReferenceValidation(org.apache.xml.security.signature.Reference reference)
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetName()byte[]getOriginalContentBytes()Returns original bytes of the referenced documentList<String>getTransformationNames()Returns a list of transformations contained in thereferenceStringgetUri()StringgetUriOrEmpty()Returns the reference URI or EMPTY_STRING if null-
Methods inherited from class eu.europa.esig.dss.validation.ReferenceValidation
getDependentValidations, getDigest, getType, isFound, isIntact, setDigest, setFound, setIntact, setName, setTransformationNames, setType
-
-
-
-
Method Detail
-
getId
public String getId()
-
getUri
public String getUri()
-
getUriOrEmpty
public String getUriOrEmpty()
Returns the reference URI or EMPTY_STRING if null- Returns:
Stringuri
-
getOriginalContentBytes
public byte[] getOriginalContentBytes()
Returns original bytes of the referenced document- Returns:
- byte array
-
getName
public String getName()
- Overrides:
getNamein classReferenceValidation
-
getTransformationNames
public List<String> getTransformationNames()
Description copied from class:ReferenceValidationReturns a list of transformations contained in thereference- Overrides:
getTransformationNamesin classReferenceValidation- Returns:
- list of transformation names
-
-