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 boolean
equals(Object o)
Element
findElement(String xPathExpression)
Returns an innerElement
found by the givenxPathExpression
Element
getElement()
Returns the currentElement
XAdESAttributeIdentifier
getIdentifier()
Gets the attribute identifierString
getName()
Returns the local name of the elementString
getNamespace()
Returns namespace 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 references in case of IndividualDataObjectsTimestamp, NULL if does not contain any includesint
hashCode()
String
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
-