tsec.common
ThreadLocal optimization for JCA and BC .getInstance() methods tend to be expensive, and most of the methods are not thread-safe, so this allows for some optimization.
.getInstance()
May possibly be null
Enqueue into our threadlocal
ThreadLocal optimization for JCA and BC
.getInstance()
methods tend to be expensive, and most of the methods are not thread-safe, so this allows for some optimization.