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

no.digipost.api.xml.Constants Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
/**
 * Copyright (C) Posten Norge AS
 *
 * 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.
 */
package no.digipost.api.xml;

import javax.xml.namespace.QName;

public class Constants {

	public static final String RSA_SHA256 = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256";

	public static final String EBMS_NAMESPACE = "http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/";
	public static final String SIGNALS_NAMESPACE = "http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0";

	public static final String SOAP_ENVELOPE12_NAMESPACE = "http://www.w3.org/2003/05/soap-envelope";
	public static final String DIGSIG_NAMESPACE = "http://www.w3.org/2000/09/xmldsig#";
	public static final String WSSEC_NAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
	public static final String WSSEC_UTILS_NAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
	public static final String ASICE_NAMESPACE = "http://uri.etsi.org/01903/v1.3.2#";
	public static final String SDP_NAMESPACE = "http://begrep.difi.no/sdp/schema_v10";

	public static final String C14V1 = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315";
	public static final String C14N11 = "http://www.w3.org/2006/12/xml-c14n11";

	public static final String SBDH_NAMESPACE = "http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader";



	public static final QName MESSAGING_QNAME = new QName(EBMS_NAMESPACE, "Messaging", "eb");
	public static final QName SIGNAL_MESSAGE_QNAME = new QName(EBMS_NAMESPACE, "SignalMessage");
	public static final QName USER_MESSAGE_QNAME = new QName(EBMS_NAMESPACE, "UserMessage");
	public static final QName WSSEC_HEADER_QNAME = new QName(WSSEC_NAMESPACE, "Security");
	public static final QName WSU_TIMESTAMP_QNAME = new QName(WSSEC_UTILS_NAMESPACE, "Timestamp");
	public static final QName ID_ATTRIBUTE_QNAME = new QName(WSSEC_UTILS_NAMESPACE, "Id");
	public static final QName TIMESTAMP = new QName(WSSEC_UTILS_NAMESPACE, "Timestamp");
	public static final QName SBDH_QNAME = new QName(SBDH_NAMESPACE, "StandardBusinessDocumentHeader");
	public static final QName SBD_QNAME = new QName(SBDH_NAMESPACE, "StandardBusinessDocument");
	public static final QName ENVELOPE_QNAME = new QName(SOAP_ENVELOPE12_NAMESPACE, "Envelope");
	public static final QName HEADER_QNAME = new QName(SOAP_ENVELOPE12_NAMESPACE, "Header");



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy