summaryrefslogtreecommitdiff
path: root/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java')
-rw-r--r--src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java b/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
index 5267115..eaf3663 100644
--- a/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
+++ b/src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java
@@ -30,11 +30,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link RSAKeyValueType }
+ * Create an instance of {@link KeyValueType }
*
*/
- public RSAKeyValueType createRSAKeyValueType() {
- return new RSAKeyValueType();
+ public KeyValueType createKeyValueType() {
+ return new KeyValueType();
}
/**
@@ -46,11 +46,11 @@ public class ObjectFactory {
}
/**
- * Create an instance of {@link KeyValueType }
+ * Create an instance of {@link RSAKeyValueType }
*
*/
- public KeyValueType createKeyValueType() {
- return new KeyValueType();
+ public RSAKeyValueType createRSAKeyValueType() {
+ return new RSAKeyValueType();
}
}