Class XmlRevocationType

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
eu.europa.esig.dss.pki.jaxb.XmlRevocationType
All Implemented Interfaces:
Serializable

public class XmlRevocationType extends XmlDateDefinitionType implements Serializable
Contains revocation status information for a revoked certificate.

Java class for RevocationType complex type.

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

 <complexType name="RevocationType">
   <complexContent>
     <extension base="{http://pki-factory.nowina.lu/pki-factory}DateDefinitionType">
       <attribute name="reason" type="{http://pki-factory.nowina.lu/pki-factory}RevocationReason" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: