public class ThreadLocalKeyFactory extends ThreadLocalCrypto<KeyFactory>
ThreadLocal to cache calls to
KeyFactory.getInstance(String).ThreadLocalCrypto.Factory<CryptoFunction>| Modifier and Type | Field and Description |
|---|---|
static ThreadLocalCryptoMap<ThreadLocalKeyFactory> |
KEY_FACTORIES
Map of thread local key factories.
|
| Constructor and Description |
|---|
ThreadLocalKeyFactory(String algorithm)
Create thread local KeyFactory.
|
public static final ThreadLocalCryptoMap<ThreadLocalKeyFactory> KEY_FACTORIES
public ThreadLocalKeyFactory(String algorithm)
algorithm - algorithm. Passed to
KeyFactory.getInstance(String).ThreadLocalCryptoCopyright © 2023 Eclipse Foundation. All rights reserved.