Class XmlCryptographicValidation

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicValidation
All Implemented Interfaces:
Serializable

public class XmlCryptographicValidation extends Object implements Serializable

Java class for CryptographicValidation complex type.

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

 <complexType name="CryptographicValidation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Algorithm" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicAlgorithm"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ConcernedMaterial" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="secure" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: