Class XAdESReferenceValidation
java.lang.Object
eu.europa.esig.dss.model.ReferenceValidation
eu.europa.esig.dss.xades.reference.XAdESReferenceValidation
- All Implemented Interfaces:
Serializable
Contains information about a XAdES reference validation
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.ReferenceValidation
transforms -
Constructor Summary
ConstructorsConstructorDescriptionXAdESReferenceValidation(org.apache.xml.security.signature.Reference reference) Default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.byte[]Returns original bytes of the referenced documentReturns a list of transformations contained in thereferenceMethods inherited from class eu.europa.esig.dss.model.ReferenceValidation
getDependentValidations, getDigest, getDocumentName, getId, getType, getUri, isDuplicated, isFound, isIntact, setDigest, setDocumentName, setDuplicated, setFound, setId, setIntact, setName, setTransformationNames, setType, setUri
-
Constructor Details
-
XAdESReferenceValidation
public XAdESReferenceValidation(org.apache.xml.security.signature.Reference reference) Default constructor- Parameters:
reference-Reference
-
-
Method Details
-
getOriginalContentBytes
public byte[] getOriginalContentBytes()Returns original bytes of the referenced document- Returns:
- byte array
-
getName
Deprecated.Description copied from class:ReferenceValidationGets name of the reference- Overrides:
getNamein classReferenceValidation- Returns:
String
-
getTransformationNames
Description copied from class:ReferenceValidationReturns a list of transformations contained in thereference- Overrides:
getTransformationNamesin classReferenceValidation- Returns:
- list of
Stringtransfor names
-