java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignatureValidityType

public class SignatureValidityType extends Object

Java class for SignatureValidityType complex type.

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

 <complexType name="SignatureValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SigMathOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="SignatureAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>