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

org.w3._2009.xmldsig11_.ObjectFactory Maven / Gradle / Ivy

//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.11 
// Visite http://java.sun.com/xml/jaxb 
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen. 
// Generado el: 2021.03.22 a las 07:02:09 PM CET 
//


package org.w3._2009.xmldsig11_;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.w3._2009.xmldsig11_ package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { private final static QName _ECKeyValue_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "ECKeyValue"); private final static QName _Prime_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "Prime"); private final static QName _GnB_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "GnB"); private final static QName _TnB_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "TnB"); private final static QName _PnB_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "PnB"); private final static QName _DEREncodedKeyValue_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "DEREncodedKeyValue"); private final static QName _KeyInfoReference_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "KeyInfoReference"); private final static QName _X509Digest_QNAME = new QName("http://www.w3.org/2009/xmldsig11#", "X509Digest"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2009.xmldsig11_ * */ public ObjectFactory() { } /** * Create an instance of {@link ECKeyValueType } * */ public ECKeyValueType createECKeyValueType() { return new ECKeyValueType(); } /** * Create an instance of {@link PrimeFieldParamsType } * */ public PrimeFieldParamsType createPrimeFieldParamsType() { return new PrimeFieldParamsType(); } /** * Create an instance of {@link CharTwoFieldParamsType } * */ public CharTwoFieldParamsType createCharTwoFieldParamsType() { return new CharTwoFieldParamsType(); } /** * Create an instance of {@link TnBFieldParamsType } * */ public TnBFieldParamsType createTnBFieldParamsType() { return new TnBFieldParamsType(); } /** * Create an instance of {@link PnBFieldParamsType } * */ public PnBFieldParamsType createPnBFieldParamsType() { return new PnBFieldParamsType(); } /** * Create an instance of {@link DEREncodedKeyValueType } * */ public DEREncodedKeyValueType createDEREncodedKeyValueType() { return new DEREncodedKeyValueType(); } /** * Create an instance of {@link KeyInfoReferenceType } * */ public KeyInfoReferenceType createKeyInfoReferenceType() { return new KeyInfoReferenceType(); } /** * Create an instance of {@link X509DigestType } * */ public X509DigestType createX509DigestType() { return new X509DigestType(); } /** * Create an instance of {@link NamedCurveType } * */ public NamedCurveType createNamedCurveType() { return new NamedCurveType(); } /** * Create an instance of {@link ECParametersType } * */ public ECParametersType createECParametersType() { return new ECParametersType(); } /** * Create an instance of {@link FieldIDType } * */ public FieldIDType createFieldIDType() { return new FieldIDType(); } /** * Create an instance of {@link CurveType } * */ public CurveType createCurveType() { return new CurveType(); } /** * Create an instance of {@link ECValidationDataType } * */ public ECValidationDataType createECValidationDataType() { return new ECValidationDataType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ECKeyValueType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "ECKeyValue") public JAXBElement createECKeyValue(ECKeyValueType value) { return new JAXBElement(_ECKeyValue_QNAME, ECKeyValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PrimeFieldParamsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "Prime") public JAXBElement createPrime(PrimeFieldParamsType value) { return new JAXBElement(_Prime_QNAME, PrimeFieldParamsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CharTwoFieldParamsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "GnB") public JAXBElement createGnB(CharTwoFieldParamsType value) { return new JAXBElement(_GnB_QNAME, CharTwoFieldParamsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TnBFieldParamsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "TnB") public JAXBElement createTnB(TnBFieldParamsType value) { return new JAXBElement(_TnB_QNAME, TnBFieldParamsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link PnBFieldParamsType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "PnB") public JAXBElement createPnB(PnBFieldParamsType value) { return new JAXBElement(_PnB_QNAME, PnBFieldParamsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link DEREncodedKeyValueType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "DEREncodedKeyValue") public JAXBElement createDEREncodedKeyValue(DEREncodedKeyValueType value) { return new JAXBElement(_DEREncodedKeyValue_QNAME, DEREncodedKeyValueType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link KeyInfoReferenceType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "KeyInfoReference") public JAXBElement createKeyInfoReference(KeyInfoReferenceType value) { return new JAXBElement(_KeyInfoReference_QNAME, KeyInfoReferenceType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link X509DigestType }{@code >}} * */ @XmlElementDecl(namespace = "http://www.w3.org/2009/xmldsig11#", name = "X509Digest") public JAXBElement createX509Digest(X509DigestType value) { return new JAXBElement(_X509Digest_QNAME, X509DigestType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy