summaryrefslogtreecommitdiff
path: root/mocca-1.2.11/utils/src/main/java/org/w3/_2001
diff options
context:
space:
mode:
Diffstat (limited to 'mocca-1.2.11/utils/src/main/java/org/w3/_2001')
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java145
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldElemType.java88
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldParamsType.java95
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CurveParamsType.java146
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/DomainParamsType.java175
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECDSAKeyValueType.java113
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECPointType.java113
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ExplicitParamsType.java141
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldElemType.java59
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldParamsType.java59
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ObjectFactory.java180
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldElemType.java86
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldParamsType.java119
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PnBFieldParamsType.java148
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldElemType.java86
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldParamsType.java90
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/TnBFieldParamsType.java90
-rw-r--r--mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/package-info.java25
18 files changed, 0 insertions, 1958 deletions
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
deleted file mode 100644
index 4746ba0b..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/BasePointParamsType.java
+++ /dev/null
@@ -1,145 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for BasePointParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="BasePointParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="BasePoint" type="{http://www.w3.org/2001/04/xmldsig-more#}ECPointType"/>
- * &lt;element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;element name="Cofactor" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "BasePointParamsType", propOrder = {
- "basePoint",
- "order",
- "cofactor"
-})
-public class BasePointParamsType {
-
- @XmlElement(name = "BasePoint", required = true)
- protected ECPointType basePoint;
- @XmlElement(name = "Order", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger order;
- @XmlElement(name = "Cofactor")
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger cofactor;
-
- /**
- * Gets the value of the basePoint property.
- *
- * @return
- * possible object is
- * {@link ECPointType }
- *
- */
- public ECPointType getBasePoint() {
- return basePoint;
- }
-
- /**
- * Sets the value of the basePoint property.
- *
- * @param value
- * allowed object is
- * {@link ECPointType }
- *
- */
- public void setBasePoint(ECPointType value) {
- this.basePoint = value;
- }
-
- /**
- * Gets the value of the order property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getOrder() {
- return order;
- }
-
- /**
- * Sets the value of the order property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setOrder(BigInteger value) {
- this.order = value;
- }
-
- /**
- * Gets the value of the cofactor property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getCofactor() {
- return cofactor;
- }
-
- /**
- * Sets the value of the cofactor property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setCofactor(BigInteger value) {
- this.cofactor = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldElemType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldElemType.java
deleted file mode 100644
index 84281793..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldElemType.java
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * <p>Java class for CharTwoFieldElemType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="CharTwoFieldElemType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType">
- * &lt;attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" />
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CharTwoFieldElemType")
-public class CharTwoFieldElemType
- extends FieldElemType
-{
-
- @XmlAttribute(name = "Value", required = true)
- @XmlJavaTypeAdapter(HexBinaryAdapter.class)
- @XmlSchemaType(name = "hexBinary")
- protected byte[] value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public byte[] getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setValue(byte[] value) {
- this.value = ((byte[]) value);
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldParamsType.java
deleted file mode 100644
index 6bc6bf8d..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CharTwoFieldParamsType.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for CharTwoFieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="CharTwoFieldParamsType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldParamsType">
- * &lt;sequence>
- * &lt;element name="M" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CharTwoFieldParamsType", propOrder = {
- "m"
-})
-@XmlSeeAlso({
- TnBFieldParamsType.class,
- PnBFieldParamsType.class
-})
-public abstract class CharTwoFieldParamsType
- extends FieldParamsType
-{
-
- @XmlElement(name = "M", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger m;
-
- /**
- * Gets the value of the m property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getM() {
- return m;
- }
-
- /**
- * Sets the value of the m property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setM(BigInteger value) {
- this.m = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CurveParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CurveParamsType.java
deleted file mode 100644
index 13857c39..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/CurveParamsType.java
+++ /dev/null
@@ -1,146 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-import javax.xml.bind.annotation.adapters.HexBinaryAdapter;
-import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
-
-
-/**
- * <p>Java class for CurveParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="CurveParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="A" type="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType"/>
- * &lt;element name="B" type="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType"/>
- * &lt;element name="Seed" type="{http://www.w3.org/2001/XMLSchema}hexBinary" minOccurs="0"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "CurveParamsType", propOrder = {
- "a",
- "b",
- "seed"
-})
-public class CurveParamsType {
-
- @XmlElement(name = "A", required = true)
- protected FieldElemType a;
- @XmlElement(name = "B", required = true)
- protected FieldElemType b;
- @XmlElement(name = "Seed", type = String.class)
- @XmlJavaTypeAdapter(HexBinaryAdapter.class)
- @XmlSchemaType(name = "hexBinary")
- protected byte[] seed;
-
- /**
- * Gets the value of the a property.
- *
- * @return
- * possible object is
- * {@link FieldElemType }
- *
- */
- public FieldElemType getA() {
- return a;
- }
-
- /**
- * Sets the value of the a property.
- *
- * @param value
- * allowed object is
- * {@link FieldElemType }
- *
- */
- public void setA(FieldElemType value) {
- this.a = value;
- }
-
- /**
- * Gets the value of the b property.
- *
- * @return
- * possible object is
- * {@link FieldElemType }
- *
- */
- public FieldElemType getB() {
- return b;
- }
-
- /**
- * Sets the value of the b property.
- *
- * @param value
- * allowed object is
- * {@link FieldElemType }
- *
- */
- public void setB(FieldElemType value) {
- this.b = value;
- }
-
- /**
- * Gets the value of the seed property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public byte[] getSeed() {
- return seed;
- }
-
- /**
- * Sets the value of the seed property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setSeed(byte[] value) {
- this.seed = ((byte[]) value);
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/DomainParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/DomainParamsType.java
deleted file mode 100644
index 32df54ed..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/DomainParamsType.java
+++ /dev/null
@@ -1,175 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for DomainParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="DomainParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;choice>
- * &lt;element name="ExplicitParams" type="{http://www.w3.org/2001/04/xmldsig-more#}ExplicitParamsType"/>
- * &lt;element name="NamedCurve">
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;attribute name="URN" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * &lt;/element>
- * &lt;/choice>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "DomainParamsType", propOrder = {
- "explicitParams",
- "namedCurve"
-})
-public class DomainParamsType {
-
- @XmlElement(name = "ExplicitParams")
- protected ExplicitParamsType explicitParams;
- @XmlElement(name = "NamedCurve")
- protected DomainParamsType.NamedCurve namedCurve;
-
- /**
- * Gets the value of the explicitParams property.
- *
- * @return
- * possible object is
- * {@link ExplicitParamsType }
- *
- */
- public ExplicitParamsType getExplicitParams() {
- return explicitParams;
- }
-
- /**
- * Sets the value of the explicitParams property.
- *
- * @param value
- * allowed object is
- * {@link ExplicitParamsType }
- *
- */
- public void setExplicitParams(ExplicitParamsType value) {
- this.explicitParams = value;
- }
-
- /**
- * Gets the value of the namedCurve property.
- *
- * @return
- * possible object is
- * {@link DomainParamsType.NamedCurve }
- *
- */
- public DomainParamsType.NamedCurve getNamedCurve() {
- return namedCurve;
- }
-
- /**
- * Sets the value of the namedCurve property.
- *
- * @param value
- * allowed object is
- * {@link DomainParamsType.NamedCurve }
- *
- */
- public void setNamedCurve(DomainParamsType.NamedCurve value) {
- this.namedCurve = value;
- }
-
-
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType>
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;attribute name="URN" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "")
- public static class NamedCurve {
-
- @XmlAttribute(name = "URN", required = true)
- @XmlSchemaType(name = "anyURI")
- protected String urn;
-
- /**
- * Gets the value of the urn property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getURN() {
- return urn;
- }
-
- /**
- * Sets the value of the urn property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setURN(String value) {
- this.urn = value;
- }
-
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECDSAKeyValueType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECDSAKeyValueType.java
deleted file mode 100644
index 3a5707f5..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECDSAKeyValueType.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for ECDSAKeyValueType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="ECDSAKeyValueType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="DomainParameters" type="{http://www.w3.org/2001/04/xmldsig-more#}DomainParamsType" minOccurs="0"/>
- * &lt;element name="PublicKey" type="{http://www.w3.org/2001/04/xmldsig-more#}ECPointType"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ECDSAKeyValueType", propOrder = {
- "domainParameters",
- "publicKey"
-})
-public class ECDSAKeyValueType {
-
- @XmlElement(name = "DomainParameters")
- protected DomainParamsType domainParameters;
- @XmlElement(name = "PublicKey", required = true)
- protected ECPointType publicKey;
-
- /**
- * Gets the value of the domainParameters property.
- *
- * @return
- * possible object is
- * {@link DomainParamsType }
- *
- */
- public DomainParamsType getDomainParameters() {
- return domainParameters;
- }
-
- /**
- * Sets the value of the domainParameters property.
- *
- * @param value
- * allowed object is
- * {@link DomainParamsType }
- *
- */
- public void setDomainParameters(DomainParamsType value) {
- this.domainParameters = value;
- }
-
- /**
- * Gets the value of the publicKey property.
- *
- * @return
- * possible object is
- * {@link ECPointType }
- *
- */
- public ECPointType getPublicKey() {
- return publicKey;
- }
-
- /**
- * Sets the value of the publicKey property.
- *
- * @param value
- * allowed object is
- * {@link ECPointType }
- *
- */
- public void setPublicKey(ECPointType value) {
- this.publicKey = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECPointType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECPointType.java
deleted file mode 100644
index b0f89260..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ECPointType.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for ECPointType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="ECPointType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence minOccurs="0">
- * &lt;element name="X" type="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType"/>
- * &lt;element name="Y" type="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ECPointType", propOrder = {
- "x",
- "y"
-})
-public class ECPointType {
-
- @XmlElement(name = "X")
- protected FieldElemType x;
- @XmlElement(name = "Y")
- protected FieldElemType y;
-
- /**
- * Gets the value of the x property.
- *
- * @return
- * possible object is
- * {@link FieldElemType }
- *
- */
- public FieldElemType getX() {
- return x;
- }
-
- /**
- * Sets the value of the x property.
- *
- * @param value
- * allowed object is
- * {@link FieldElemType }
- *
- */
- public void setX(FieldElemType value) {
- this.x = value;
- }
-
- /**
- * Gets the value of the y property.
- *
- * @return
- * possible object is
- * {@link FieldElemType }
- *
- */
- public FieldElemType getY() {
- return y;
- }
-
- /**
- * Sets the value of the y property.
- *
- * @param value
- * allowed object is
- * {@link FieldElemType }
- *
- */
- public void setY(FieldElemType value) {
- this.y = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ExplicitParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ExplicitParamsType.java
deleted file mode 100644
index 9cee9105..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ExplicitParamsType.java
+++ /dev/null
@@ -1,141 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for ExplicitParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="ExplicitParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;sequence>
- * &lt;element name="FieldParams" type="{http://www.w3.org/2001/04/xmldsig-more#}FieldParamsType"/>
- * &lt;element name="CurveParams" type="{http://www.w3.org/2001/04/xmldsig-more#}CurveParamsType"/>
- * &lt;element name="BasePointParams" type="{http://www.w3.org/2001/04/xmldsig-more#}BasePointParamsType"/>
- * &lt;/sequence>
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "ExplicitParamsType", propOrder = {
- "fieldParams",
- "curveParams",
- "basePointParams"
-})
-public class ExplicitParamsType {
-
- @XmlElement(name = "FieldParams", required = true)
- protected FieldParamsType fieldParams;
- @XmlElement(name = "CurveParams", required = true)
- protected CurveParamsType curveParams;
- @XmlElement(name = "BasePointParams", required = true)
- protected BasePointParamsType basePointParams;
-
- /**
- * Gets the value of the fieldParams property.
- *
- * @return
- * possible object is
- * {@link FieldParamsType }
- *
- */
- public FieldParamsType getFieldParams() {
- return fieldParams;
- }
-
- /**
- * Sets the value of the fieldParams property.
- *
- * @param value
- * allowed object is
- * {@link FieldParamsType }
- *
- */
- public void setFieldParams(FieldParamsType value) {
- this.fieldParams = value;
- }
-
- /**
- * Gets the value of the curveParams property.
- *
- * @return
- * possible object is
- * {@link CurveParamsType }
- *
- */
- public CurveParamsType getCurveParams() {
- return curveParams;
- }
-
- /**
- * Sets the value of the curveParams property.
- *
- * @param value
- * allowed object is
- * {@link CurveParamsType }
- *
- */
- public void setCurveParams(CurveParamsType value) {
- this.curveParams = value;
- }
-
- /**
- * Gets the value of the basePointParams property.
- *
- * @return
- * possible object is
- * {@link BasePointParamsType }
- *
- */
- public BasePointParamsType getBasePointParams() {
- return basePointParams;
- }
-
- /**
- * Sets the value of the basePointParams property.
- *
- * @param value
- * allowed object is
- * {@link BasePointParamsType }
- *
- */
- public void setBasePointParams(BasePointParamsType value) {
- this.basePointParams = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldElemType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldElemType.java
deleted file mode 100644
index ab93839a..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldElemType.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for FieldElemType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="FieldElemType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "FieldElemType")
-@XmlSeeAlso({
- OddCharExtensionFieldElemType.class,
- PrimeFieldElemType.class,
- CharTwoFieldElemType.class
-})
-public abstract class FieldElemType {
-
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldParamsType.java
deleted file mode 100644
index 23532f0a..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/FieldParamsType.java
+++ /dev/null
@@ -1,59 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlSeeAlso;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for FieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="FieldParamsType">
- * &lt;complexContent>
- * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * &lt;/restriction>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "FieldParamsType")
-@XmlSeeAlso({
- OddCharExtensionFieldParamsType.class,
- PrimeFieldParamsType.class,
- CharTwoFieldParamsType.class
-})
-public abstract class FieldParamsType {
-
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ObjectFactory.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ObjectFactory.java
deleted file mode 100644
index 9654e331..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/ObjectFactory.java
+++ /dev/null
@@ -1,180 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-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._2001._04.xmldsig_more_ package.
- * <p>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 _ECDSAKeyValue_QNAME = new QName("http://www.w3.org/2001/04/xmldsig-more#", "ECDSAKeyValue");
-
- /**
- * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2001._04.xmldsig_more_
- *
- */
- public ObjectFactory() {
- }
-
- /**
- * Create an instance of {@link OddCharExtensionFieldParamsType }
- *
- */
- public OddCharExtensionFieldParamsType createOddCharExtensionFieldParamsType() {
- return new OddCharExtensionFieldParamsType();
- }
-
- /**
- * Create an instance of {@link DomainParamsType }
- *
- */
- public DomainParamsType createDomainParamsType() {
- return new DomainParamsType();
- }
-
- /**
- * Create an instance of {@link ExplicitParamsType }
- *
- */
- public ExplicitParamsType createExplicitParamsType() {
- return new ExplicitParamsType();
- }
-
- /**
- * Create an instance of {@link PrimeFieldElemType }
- *
- */
- public PrimeFieldElemType createPrimeFieldElemType() {
- return new PrimeFieldElemType();
- }
-
- /**
- * Create an instance of {@link CharTwoFieldElemType }
- *
- */
- public CharTwoFieldElemType createCharTwoFieldElemType() {
- return new CharTwoFieldElemType();
- }
-
- /**
- * Create an instance of {@link CurveParamsType }
- *
- */
- public CurveParamsType createCurveParamsType() {
- return new CurveParamsType();
- }
-
- /**
- * Create an instance of {@link DomainParamsType.NamedCurve }
- *
- */
- public DomainParamsType.NamedCurve createDomainParamsTypeNamedCurve() {
- return new DomainParamsType.NamedCurve();
- }
-
- /**
- * Create an instance of {@link ECPointType }
- *
- */
- public ECPointType createECPointType() {
- return new ECPointType();
- }
-
- /**
- * Create an instance of {@link PrimeFieldParamsType }
- *
- */
- public PrimeFieldParamsType createPrimeFieldParamsType() {
- return new PrimeFieldParamsType();
- }
-
- /**
- * Create an instance of {@link TnBFieldParamsType }
- *
- */
- public TnBFieldParamsType createTnBFieldParamsType() {
- return new TnBFieldParamsType();
- }
-
- /**
- * Create an instance of {@link ECDSAKeyValueType }
- *
- */
- public ECDSAKeyValueType createECDSAKeyValueType() {
- return new ECDSAKeyValueType();
- }
-
- /**
- * Create an instance of {@link OddCharExtensionFieldElemType }
- *
- */
- public OddCharExtensionFieldElemType createOddCharExtensionFieldElemType() {
- return new OddCharExtensionFieldElemType();
- }
-
- /**
- * Create an instance of {@link PnBFieldParamsType }
- *
- */
- public PnBFieldParamsType createPnBFieldParamsType() {
- return new PnBFieldParamsType();
- }
-
- /**
- * Create an instance of {@link BasePointParamsType }
- *
- */
- public BasePointParamsType createBasePointParamsType() {
- return new BasePointParamsType();
- }
-
- /**
- * Create an instance of {@link JAXBElement }{@code <}{@link ECDSAKeyValueType }{@code >}}
- *
- */
- @XmlElementDecl(namespace = "http://www.w3.org/2001/04/xmldsig-more#", name = "ECDSAKeyValue")
- public JAXBElement<ECDSAKeyValueType> createECDSAKeyValue(ECDSAKeyValueType value) {
- return new JAXBElement<ECDSAKeyValueType>(_ECDSAKeyValue_QNAME, ECDSAKeyValueType.class, null, value);
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldElemType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldElemType.java
deleted file mode 100644
index 5108c86d..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldElemType.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for OddCharExtensionFieldElemType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="OddCharExtensionFieldElemType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType">
- * &lt;attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "OddCharExtensionFieldElemType")
-public class OddCharExtensionFieldElemType
- extends FieldElemType
-{
-
- @XmlAttribute(name = "Value", required = true)
- @XmlSchemaType(name = "nonNegativeInteger")
- protected BigInteger value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setValue(BigInteger value) {
- this.value = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldParamsType.java
deleted file mode 100644
index b788d731..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/OddCharExtensionFieldParamsType.java
+++ /dev/null
@@ -1,119 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for OddCharExtensionFieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="OddCharExtensionFieldParamsType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldParamsType">
- * &lt;sequence>
- * &lt;element name="M" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;element name="W" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "OddCharExtensionFieldParamsType", propOrder = {
- "m",
- "w"
-})
-public class OddCharExtensionFieldParamsType
- extends FieldParamsType
-{
-
- @XmlElement(name = "M", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger m;
- @XmlElement(name = "W", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger w;
-
- /**
- * Gets the value of the m property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getM() {
- return m;
- }
-
- /**
- * Sets the value of the m property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setM(BigInteger value) {
- this.m = value;
- }
-
- /**
- * Gets the value of the w property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getW() {
- return w;
- }
-
- /**
- * Sets the value of the w property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setW(BigInteger value) {
- this.w = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PnBFieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PnBFieldParamsType.java
deleted file mode 100644
index fd829b60..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PnBFieldParamsType.java
+++ /dev/null
@@ -1,148 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for PnBFieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="PnBFieldParamsType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}CharTwoFieldParamsType">
- * &lt;sequence>
- * &lt;element name="K1" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;element name="K2" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;element name="K3" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "PnBFieldParamsType", propOrder = {
- "k1",
- "k2",
- "k3"
-})
-public class PnBFieldParamsType
- extends CharTwoFieldParamsType
-{
-
- @XmlElement(name = "K1", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger k1;
- @XmlElement(name = "K2", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger k2;
- @XmlElement(name = "K3", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger k3;
-
- /**
- * Gets the value of the k1 property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getK1() {
- return k1;
- }
-
- /**
- * Sets the value of the k1 property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setK1(BigInteger value) {
- this.k1 = value;
- }
-
- /**
- * Gets the value of the k2 property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getK2() {
- return k2;
- }
-
- /**
- * Sets the value of the k2 property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setK2(BigInteger value) {
- this.k2 = value;
- }
-
- /**
- * Gets the value of the k3 property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getK3() {
- return k3;
- }
-
- /**
- * Sets the value of the k3 property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setK3(BigInteger value) {
- this.k3 = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldElemType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldElemType.java
deleted file mode 100644
index 10da8f46..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldElemType.java
+++ /dev/null
@@ -1,86 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAttribute;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for PrimeFieldElemType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="PrimeFieldElemType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldElemType">
- * &lt;attribute name="Value" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "PrimeFieldElemType")
-public class PrimeFieldElemType
- extends FieldElemType
-{
-
- @XmlAttribute(name = "Value", required = true)
- @XmlSchemaType(name = "nonNegativeInteger")
- protected BigInteger value;
-
- /**
- * Gets the value of the value property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getValue() {
- return value;
- }
-
- /**
- * Sets the value of the value property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setValue(BigInteger value) {
- this.value = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldParamsType.java
deleted file mode 100644
index c1c18de9..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/PrimeFieldParamsType.java
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for PrimeFieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="PrimeFieldParamsType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}FieldParamsType">
- * &lt;sequence>
- * &lt;element name="P" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "PrimeFieldParamsType", propOrder = {
- "p"
-})
-public class PrimeFieldParamsType
- extends FieldParamsType
-{
-
- @XmlElement(name = "P", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger p;
-
- /**
- * Gets the value of the p property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getP() {
- return p;
- }
-
- /**
- * Sets the value of the p property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setP(BigInteger value) {
- this.p = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/TnBFieldParamsType.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/TnBFieldParamsType.java
deleted file mode 100644
index 30e245fd..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/TnBFieldParamsType.java
+++ /dev/null
@@ -1,90 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-
-package org.w3._2001._04.xmldsig_more_;
-
-import java.math.BigInteger;
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlSchemaType;
-import javax.xml.bind.annotation.XmlType;
-
-
-/**
- * <p>Java class for TnBFieldParamsType complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * &lt;complexType name="TnBFieldParamsType">
- * &lt;complexContent>
- * &lt;extension base="{http://www.w3.org/2001/04/xmldsig-more#}CharTwoFieldParamsType">
- * &lt;sequence>
- * &lt;element name="K" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
- * &lt;/sequence>
- * &lt;/extension>
- * &lt;/complexContent>
- * &lt;/complexType>
- * </pre>
- *
- *
- */
-@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "TnBFieldParamsType", propOrder = {
- "k"
-})
-public class TnBFieldParamsType
- extends CharTwoFieldParamsType
-{
-
- @XmlElement(name = "K", required = true)
- @XmlSchemaType(name = "positiveInteger")
- protected BigInteger k;
-
- /**
- * Gets the value of the k property.
- *
- * @return
- * possible object is
- * {@link BigInteger }
- *
- */
- public BigInteger getK() {
- return k;
- }
-
- /**
- * Sets the value of the k property.
- *
- * @param value
- * allowed object is
- * {@link BigInteger }
- *
- */
- public void setK(BigInteger value) {
- this.k = value;
- }
-
-}
diff --git a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/package-info.java b/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/package-info.java
deleted file mode 100644
index 75a3fd6f..00000000
--- a/mocca-1.2.11/utils/src/main/java/org/w3/_2001/_04/xmldsig_more_/package-info.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-* Copyright 2008 Federal Chancellery Austria and
-* Graz University of Technology
-*
-* Licensed under the Apache License, Version 2.0 (the "License");
-* you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-*
-* http://www.apache.org/licenses/LICENSE-2.0
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS,
-* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-* See the License for the specific language governing permissions and
-* limitations under the License.
-*/
-//
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-520
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
-// Any modifications to this file will be lost upon recompilation of the source schema.
-// Generated on: 2008.07.21 at 09:30:44 AM GMT
-//
-
-@javax.xml.bind.annotation.XmlSchema(namespace = "http://www.w3.org/2001/04/xmldsig-more#", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
-package org.w3._2001._04.xmldsig_more_;