Class XAdESUnsignedSigProperties

java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESSigProperties
eu.europa.esig.dss.xades.validation.XAdESUnsignedSigProperties
All Implemented Interfaces:
eu.europa.esig.dss.validation.SignatureProperties<XAdESAttribute>, Serializable

public class XAdESUnsignedSigProperties extends XAdESSigProperties
Unsigned XAdES signature properties
See Also:
  • Constructor Details

    • XAdESUnsignedSigProperties

      public XAdESUnsignedSigProperties(Element unsignedSignatureProperties, eu.europa.esig.xades.definition.XAdESPath xadesPaths)
      Default constructor
      Parameters:
      unsignedSignatureProperties - Element unsigned signature properties
      xadesPaths - XAdESPath
  • Method Details

    • build

      public static XAdESUnsignedSigProperties build(Element signatureElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths)
      Builds {code XAdESUnsignedSigProperties}
      Parameters:
      signatureElement - Element signature element
      xadesPaths - XAdESPath
      Returns:
      XAdESUnsignedSigProperties
    • getUnsignedSignaturePropertiesDom

      protected static Element getUnsignedSignaturePropertiesDom(Element signatureElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths)
      Gets xades:UnsignedSignatureProperties element
      Parameters:
      signatureElement - Element signature element
      xadesPaths - XAdESPath
      Returns:
      Element