Class XmlAuthorityKeyIdentifier

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlAuthorityKeyIdentifier
All Implemented Interfaces:
Serializable

public class XmlAuthorityKeyIdentifier extends XmlCertificateExtension implements Serializable

Java class for AuthorityKeyIdentifier complex type.

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

 <complexType name="AuthorityKeyIdentifier">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension">
       <sequence>
         <element name="keyIdentifier" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="authorityCertIssuerSerial" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: