Class XAdESAttribute
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESAttribute
- All Implemented Interfaces:
SignatureAttribute
,Serializable
Represents a XAdES attribute
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
final Element
findElement
(String xPathExpression) Returns an innerElement
found by the givenxPathExpression
final Element
Returns the currentElement
Gets the attribute identifiergetName()
Returns the local name of the elementReturns namespace of the elementfinal NodeList
getNodeList
(String xPathExpression) Returns aNodeList
found by the givenxPathExpression
Returns TimeStamp Canonicalization MethodReturns a list ofTimestampInclude
d references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesint
hashCode()
toString()
-
Method Details
-
getName
Returns the local name of the element- Returns:
String
attribute's name
-
getElement
Returns the currentElement
- Returns:
Element
-
getNamespace
Returns namespace of the element- Returns:
String
namespace
-
findElement
Returns an innerElement
found by the givenxPathExpression
-
getNodeList
Returns aNodeList
found by the givenxPathExpression
-
getTimestampCanonicalizationMethod
Returns TimeStamp Canonicalization Method- Returns:
String
timestamp canonicalization method
-
getTimestampIncludedReferences
Returns a list ofTimestampInclude
d references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes- Returns:
- list of
TimestampInclude
s in case of IndividualDataObjectsTimestamp, NULL otherwise
-
getIdentifier
Gets the attribute identifier- Returns:
XAdESAttributeIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-