Can an JSS app initialize CryptoManager once, and then spawn Java threads with each thread getting a separate instance of CryptoManager? Can the same CryptoManager instance be used concurrently by multiple threads in one app? I think the answer is no for the latter, based on a test program I just ran...The former should work, I hope.
-- P
