There is only ever one instance of CryptoManager. getInstance() always returns the same object.
I believe CryptoManager is multi-thread safe. What problem did you run into? Patrick wrote: > 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 > > > >
