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 Detail
-
getName
public String getName()
Returns the local name of the element- Returns:
Stringattribute's name
-
findElement
public final Element findElement(String xPathExpression)
Returns an innerElementfound by the givenxPathExpression- Parameters:
xPathExpression-Stringto find an element
-
getNodeList
public final NodeList getNodeList(String xPathExpression)
Returns aNodeListfound by the givenxPathExpression- Parameters:
xPathExpression-Stringto find an element
-
getTimestampCanonicalizationMethod
public String getTimestampCanonicalizationMethod()
Returns TimeStamp Canonicalization Method- Returns:
Stringtimestamp canonicalization mathod
-
getTimestampIncludedReferences
public List<TimestampInclude> 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()
-
-