Class CertificateValidityType

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

public class CertificateValidityType extends Object

Java class for CertificateValidityType complex type.

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

 <complexType name="CertificateValidityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CertificateIdentifier" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
         <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ChainingOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="ValidityPeriodOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="ExtensionsOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
         <element name="CertificateValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="CertificateContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateContentType" minOccurs="0"/>
         <element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
         <element name="CertificateStatus" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateStatusType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>