MCPcopy Index your code
hub / github.com/apache/ws-wss4j

github.com/apache/ws-wss4j @wss4j-4.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release wss4j-4.0.1 ↗ · + Follow
6,443 symbols 45,204 edges 739 files 2,076 documented · 32%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Build Status Maven Central OpenSSF Scorecard OpenSSF Best Practices

Apache WSS4J

The Apache WSS4J© project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC. WSS4J provides an implementation of the following WS-Security standards:

  • SOAP Message Security 1.1
  • Username Token Profile 1.1
  • X.509 Certificate Token Profile 1.1
  • SAML Token Profile 1.1
  • Kerberos Token Profile 1.1
  • SOAP with Attachments (SWA) Profile 1.1
  • Basic Security Profile 1.1

Apache WSS4J, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.

The master link to WSS4J: http://ws.apache.org/wss4j/

Crypto Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

Apache Santuario : http://santuario.apache.org/ Apache WSS4J : http://ws.apache.org/wss4j/ Bouncycastle : http://www.bouncycastle.org/

Test Requirements

The WSS4J unit tests use STRONG encryption. The default encryption algorithms included in a JRE is not adequate for these samples. The Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK download page[1] must be installed for the tests to work. If you get errors about invalid key lengths, the Unlimited Strength files are not installed.

[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 5,643
Class 723
Interface 45
Enum 32

Languages

Java100%

Modules by API surface

ws-security-stax/src/main/java/org/apache/wss4j/stax/ext/WSSSecurityProperties.java131 symbols
ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/RequestData.java115 symbols
policy/src/main/java/org/apache/wss4j/policy/SPConstants.java95 symbols
policy/src/main/java/org/apache/wss4j/policy/SP12Constants.java89 symbols
policy/src/main/java/org/apache/wss4j/policy/SP11Constants.java89 symbols
policy/src/main/java/org/apache/wss4j/policy/model/AlgorithmSuite.java78 symbols
ws-security-dom/src/main/java/org/apache/wss4j/dom/message/WSSecEncryptedKey.java51 symbols
ws-security-dom/src/main/java/org/apache/wss4j/dom/message/WSSecSignature.java45 symbols
ws-security-stax/src/test/java/org/apache/wss4j/stax/test/EncDecryptionTest.java43 symbols
ws-security-policy-stax/src/test/java/org/apache/wss4j/policy/stax/test/SupportingTokensTest.java43 symbols
ws-security-dom/src/main/java/org/apache/wss4j/dom/handler/WSHandler.java41 symbols
ws-security-common/src/main/java/org/apache/wss4j/common/saml/SAMLCallback.java40 symbols

For agents

$ claude mcp add ws-wss4j \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page