-
Sub-task
-
Resolution: Obsolete
-
Major
-
None
WFLY-2890 adds basic PKCS#11 support - this issue is to expand it so that the full configuration can be specified within the management model.
For cross JVM compatibility this will probably need to be something along the lines of allowing the class name of the provider to be specified or at least some kind of dynamic alias. Configuration probably can not be guaranteed to be compatible between Oracle and IBM. The Oracle provider does have a constructor that takes an InputStream, the IBM provider takes a Reader so available constructors will need to be checked as well.