Software AG Product Suite 10.4 | Working with Web Services | Deploying Web Services Stack
 
Deploying Web Services Stack
Web Services Stack distributes the Bouncy Castle JCE provider. It is required by the security module (Rampart) for retrieving cryptographic algorithms implementation used in encryption and/or signing of messages.
The Bouncy Castle provider is added to the runtime list of Java security providers (when required for the first time).
The Bouncy Castle provider might not be available to other web application if Web Services Stack is deployed in a servlet container and the Bouncy Castle classes are loaded from the Web Services Stack web application classloader. After it is added to the global list of security providers, no other application running in the same virtual machine will be able to add it again. In this case, if the Bouncy Castle is required by other web application in the servlet container, place the Bouncy Castle JAR in a common/shared lib directory of the servlet container and ensure it is loaded from there and not by a web application classloader.
Note: If Web Services Stack is undeployed, it will take care of unregistering Bouncy Castle from the Java security providers list (only in case it was loaded by the Web Services Stack webapp classloader). In this case, you do not need to clean up the security providers or restart JRE.

Copyright © 1999-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release