Class XAdESAttribute
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESAttribute
- All Implemented Interfaces:
SignatureAttribute
public class XAdESAttribute extends Object implements SignatureAttribute
Represents a XAdES attribute
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)ElementfindElement(String xPathExpression)Returns an innerElementfound by the givenxPathExpressionElementgetElement()Returns the currentElementXAdESAttributeIdentifiergetIdentifier()Gets the attribute identifierStringgetName()Returns the local name of the elementStringgetNamespace()Returns namespace of the elementNodeListgetNodeList(String xPathExpression)Returns aNodeListfound by the givenxPathExpressionStringgetTimestampCanonicalizationMethod()Returns TimeStamp Canonicalization MethodList<TimestampInclude>getTimestampIncludedReferences()Returns a list ofTimestampIncluded references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesinthashCode()StringtoString()
-
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
-