Class XAdESAttribute

    • Method Detail

      • getName

        public String getName()
        Returns the local name of the element
        Returns:
        String attribute's name
      • getNamespace

        public String getNamespace()
        Returns namespae of the element
        Returns:
        String namespace
      • findElement

        public final Element findElement​(String xPathExpression)
        Returns an inner Element found by the given xPathExpression
        Parameters:
        xPathExpression - String to find an element
      • getNodeList

        public final NodeList getNodeList​(String xPathExpression)
        Returns a NodeList found by the given xPathExpression
        Parameters:
        xPathExpression - String to find an element
      • getTimestampCanonicalizationMethod

        public String getTimestampCanonicalizationMethod()
        Returns TimeStamp Canonicalization Method
        Returns:
        String timestamp canonicalization mathod
      • getTimestampIncludedReferences

        public List<TimestampInclude> getTimestampIncludedReferences()
        Returns a list of TimestampIncluded refereces in case of IndividualDataObjectsTimestamp, NULL if does not contain any includes
        Returns:
        list of TimestampIncludes in case of IndividualDataObjectsTimestamp, NULL otherwise
      • getElementHashCode

        public int getElementHashCode()