diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/src/at/gv/egovernment/moa/util/Constants.java | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/common/src/at/gv/egovernment/moa/util/Constants.java b/common/src/at/gv/egovernment/moa/util/Constants.java index c3379ae0e..bae811c41 100644 --- a/common/src/at/gv/egovernment/moa/util/Constants.java +++ b/common/src/at/gv/egovernment/moa/util/Constants.java @@ -82,14 +82,6 @@ public interface Constants {    public static final String ECDSA_NS_URI =      "http://www.w3.org/2001/04/xmldsig-more#"; -  /** Ancient URI for the ECDSA XML namespace **/ -  public static final String ECDSA_NS_URI_ANCIENT = -    "http://www.buergerkarte.at/namespaces/ecdsa/200206030#"; -   -  /** Wrong URI for the ECDSA XML namespace, used by the ZMR **/ -  public static final String ECDSA_NS_URI_WRONG = // TODO Entfernen, sobald ZMR umgestellt hat -    "http://www.w3.org/2004/01/xmldsig-more#"; -    /** Prefix used for ECDSA namespace */    public static final String ECDSA_PREFIX = "ecdsa"; @@ -97,14 +89,6 @@ public interface Constants {    public static final String ECDSA_SCHEMA_LOCATION =      SCHEMA_ROOT + "ECDSAKeyValue.xsd"; -  /** Local location of ECDSA XML schema definition (ancient version) */ -  public static final String ECDSA_SCHEMA_LOCATION_ANCIENT = -    SCHEMA_ROOT + "ECDSAKeyValue.ancient.xsd"; - -  /** Local location of ECDSA XML schema definition (wrong ZMR version) */ -  public static final String ECDSA_SCHEMA_LOCATION_WRONG = -    SCHEMA_ROOT + "ECDSAKeyValue.wrong.xsd"; -    /** URI of the PersonData XML namespace. */    public static final String PD_NS_URI =      "http://reference.e-government.gv.at/namespace/persondata/20020228#"; @@ -225,8 +209,6 @@ public interface Constants {        + (SL11_NS_URI + " " + SL11_SCHEMA_LOCATION + " ")        + (SL12_NS_URI + " " + SL12_SCHEMA_LOCATION + " ")        + (ECDSA_NS_URI + " " + ECDSA_SCHEMA_LOCATION + " ") -      + (ECDSA_NS_URI_ANCIENT + " " + ECDSA_SCHEMA_LOCATION_ANCIENT + " ") -      + (ECDSA_NS_URI_WRONG + " " + ECDSA_SCHEMA_LOCATION_WRONG + " ") // TODO Entfernen, sobald ZMR umgestellt hat        + (PD_NS_URI + " " + PD_SCHEMA_LOCATION + " ")        + (SAML_NS_URI + " " + SAML_SCHEMA_LOCATION + " ")        + (SAMLP_NS_URI + " " + SAMLP_SCHEMA_LOCATION + " ") | 
