Class XmlOrphanCertificateToken

java.lang.Object
All Implemented Interfaces:
Serializable

public class XmlOrphanCertificateToken extends XmlOrphanToken implements Serializable

Java class for OrphanCertificateToken complex type.

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

 <complexType name="OrphanCertificateToken">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}OrphanToken">
       <sequence>
         <element name="SubjectDistinguishedName" type="{http://dss.esig.europa.eu/validation/diagnostic}DistinguishedName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="IssuerDistinguishedName" type="{http://dss.esig.europa.eu/validation/diagnostic}DistinguishedName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EntityKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Trusted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SelfSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="Base64Encoded" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: