6 Replies Latest reply on May 26, 2006 12:30 PM by bezdomny

    Using BouncyCastle with DatabaseServerLoginModule

    bezdomny

      I'm currently using BouncyCastly as the provider for my MessageDigest algorithm implementation (because I'm using SHA-256, not MD5).
      How or can I make JBoss use BC by default with the DatabaseServerLoginModule module-options? I want to be able to specify something like this:
      <module-option name="hashAlgorithm">SHA-256</module-option>
      But I think I'll need to make JBoss aware of the BouncyCastly provider. Is that correct? How do I do that?

      Thanks!

      B