Class XAdESAttribute
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESAttribute
- All Implemented Interfaces:
ISignatureAttribute
public class XAdESAttribute extends Object implements ISignatureAttribute
-
Method Summary
Modifier and Type Method Description ElementfindElement(String xPathExpression)Returns an innerElementfound by the givenxPathExpressionintgetElementHashCode()StringgetName()Returns the local name of the elementStringgetNamespace()Returns namespae of the elementNodeListgetNodeList(String xPathExpression)Returns aNodeListfound by the givenxPathExpressionStringgetTimestampCanonicalizationMethod()Returns TimeStamp Canonicalization MethodList<TimestampInclude>getTimestampIncludedReferences()Returns a list ofTimestampIncluded refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesStringtoString()
-
Method Details
-
getName
Returns the local name of the element- Returns:
Stringattribute's name
-
getNamespace
Returns namespae of the element- Returns:
Stringnamespace
-
findElement
Returns an innerElementfound by the givenxPathExpression- Parameters:
xPathExpression-Stringto find an element
-
getNodeList
Returns aNodeListfound by the givenxPathExpression- Parameters:
xPathExpression-Stringto find an element
-
getTimestampCanonicalizationMethod
Returns TimeStamp Canonicalization Method- Returns:
Stringtimestamp canonicalization method
-
getTimestampIncludedReferences
Returns a list ofTimestampIncluded refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes- Returns:
- list of
TimestampIncludes in case of IndividualDataObjectsTimestamp, NULL otherwise
-
getElementHashCode
public int getElementHashCode() -
toString
-