Class XmlAuthorityInformationAccess

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

public class XmlAuthorityInformationAccess extends XmlCertificateExtension implements Serializable

Java class for AuthorityInformationAccess complex type.

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

 <complexType name="AuthorityInformationAccess">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension">
       <sequence>
         <element name="caIssuersUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ocspUrl" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: