From 7a5b350a93990956106d91679240b6e8326cb110 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 5 Nov 2014 08:07:15 +0100 Subject: change more client implementations to APACHE CXF --- src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/java/at/gv/util/xsd/szr/xmldsig/ObjectFactory.java') 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(); } } -- cgit v1.2.3