Versions Compared

Key

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

Java XML Security Tool

...

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

...

Project details

Git Repository:  githttps://git.shibboleth.net/git/xmlsectool

Issue Tracking: https://issues.shibboleth.net/jira/browse/XSTJ