All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xipki.ca.certprofile.x509.jaxb.SubjectAltName Maven / Gradle / Ivy

The newest version!

package org.xipki.ca.certprofile.x509.jaxb;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <extension base="{http://xipki.org/ca/xmlprofile/v2}generalNameType">
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @XmlRootElement(name = "subjectAltName") public class SubjectAltName extends GeneralNameType { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy