Class XmlSignaturePolicyStore

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSPDocSpecification
eu.europa.esig.dss.diagnostic.jaxb.XmlSignaturePolicyStore
All Implemented Interfaces:
Serializable

public class XmlSignaturePolicyStore extends XmlSPDocSpecification implements Serializable

Java class for SignaturePolicyStore complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignaturePolicyStore">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}SPDocSpecification">
       <sequence>
         <element name="SigPolDocLocalURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: