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 Element
findElement(String xPathExpression)
Returns an innerElement
found by the givenxPathExpression
int
getElementHashCode()
String
getName()
Returns the local name of the elementString
getNamespace()
Returns namespae of the elementNodeList
getNodeList(String xPathExpression)
Returns aNodeList
found by the givenxPathExpression
String
getTimestampCanonicalizationMethod()
Returns TimeStamp Canonicalization MethodList<TimestampInclude>
getTimestampIncludedReferences()
Returns a list ofTimestampInclude
d refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesString
toString()
-
Method Details
-
getName
Returns the local name of the element- Returns:
String
attribute's name
-
getNamespace
Returns namespae of the element- Returns:
String
namespace
-
findElement
Returns an innerElement
found by the givenxPathExpression
- Parameters:
xPathExpression
-String
to find an element
-
getNodeList
Returns aNodeList
found by the givenxPathExpression
- Parameters:
xPathExpression
-String
to find an element
-
getTimestampCanonicalizationMethod
Returns TimeStamp Canonicalization Method- Returns:
String
timestamp canonicalization method
-
getTimestampIncludedReferences
Returns a list ofTimestampInclude
d refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes- Returns:
- list of
TimestampInclude
s in case of IndividualDataObjectsTimestamp, NULL otherwise
-
getElementHashCode
public int getElementHashCode() -
toString
-