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 TypeMethodDescriptionbooleanfinal ElementfindElement(String xPathExpression) Returns an innerElementfound by the givenxPathExpressionfinal ElementReturns the currentElementGets the attribute identifiergetName()Returns the local name of the elementReturns namespace of the elementfinal NodeListgetNodeList(String xPathExpression) Returns aNodeListfound by the givenxPathExpressionReturns TimeStamp Canonicalization MethodReturns a list ofTimestampIncluded references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesinthashCode()toString()
-
Method Details
-
getName
Returns the local name of the element- Returns:
Stringattribute's name
-
getElement
Returns the currentElement- Returns:
Element
-
getNamespace
Returns namespace of the element- Returns:
Stringnamespace
-
findElement
Returns an innerElementfound by the givenxPathExpression -
getNodeList
Returns aNodeListfound by the givenxPathExpression -
getTimestampCanonicalizationMethod
Returns TimeStamp Canonicalization Method- Returns:
Stringtimestamp canonicalization method
-
getTimestampIncludedReferences
Returns a list ofTimestampIncluded references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes- Returns:
- list of
TimestampIncludes in case of IndividualDataObjectsTimestamp, NULL otherwise
-
getIdentifier
Gets the attribute identifier- Returns:
XAdESAttributeIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-