JBoss AS7 module for Bouncy Castle
To use the Bouncy Castle module, perform the following steps.
- Build the project with Maven ( mvn clean install )
- Copy the bouncycastle directory from target/modules to the JBoss modules dir. ( cp -a target/module/org/bouncycastle /modules/org/ )
- Add a jboss-deployment-structure.xml to your project containing:
That's it. You should now be able to use Bouncy Castle functionality in your projects.
Last updated: 2012-07-17 (David Boman)