Class CryptoInformationType

java.lang.Object
eu.europa.esig.validationreport.jaxb.CryptoInformationType
All Implemented Interfaces:
Serializable

public class CryptoInformationType extends Object implements Serializable

Java class for CryptoInformationType complex type.

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

 <complexType name="CryptoInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidationObjectId" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType"/>
         <element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="AlgorithmParameters" type="{http://uri.etsi.org/19102/v1.4.1#}TypedDataType" minOccurs="0"/>
         <element name="SecureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: