Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Java XML Security Tool

xmlsectool is a Java command line tool that can download, check well-formedness, schema validity, and signature of an XML document. It can also create enveloped signatures of an XML document.

Note

This space describes the xmlsectool V2.x series of releases. The current This is the previous stable release of xmlsectool; the current stable release of xmlsectool is is V3.0.0.

As of December 31, 2020, all security maintenance for xmlsectool V2.0.0 will cease. At that point V3.0.0 will become the only supported release.

All software, including archived releases, is available from http://shibboleth.net/downloads/tools/xmlsectool/. Each release is accompanied by a detached PGP signature using one of the keys listed in the project's PGP_KEYS file.

...

Warning

If you use --keystoreProvider to load a provider dynamically, you must not also load that provider statically through the java.security configuration file as this will cause two copies of the provider to be loaded. This will result in hard to debug errors, such as "Private keys must be instance of RSAPrivate(Crt)Key or have PKCS#8 encoding" or "No installed provider supports this key".

Here is an example command line fragment:

...

Warning

If you modify the java.security file to statically load a provider, you must not also use the –keystoreProvider option to load it dynamically as this will cause two copies of the provider to be loaded. This will result in hard to debug errors, such as "Private keys must be instance of RSAPrivate(Crt)Key or have PKCS#8 encoding" or "No installed provider supports this key".

Using --keystore instead of --pkcs11Config

...