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

org.xipki.ca.certprofile.x509.jaxb.ConstantExtValue 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>
 *   <simpleContent>
 *     <extension base="<http://xipki.org/ca/xmlprofile/v2>base64BinaryWithDescType">
 *     </extension>
 *   </simpleContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") @XmlRootElement(name = "constantExtValue") public class ConstantExtValue extends Base64BinaryWithDescType { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy