public class ThreadLocalKeyPairGenerator extends ThreadLocalCrypto<KeyPairGenerator>
ThreadLocal to cache calls to
KeyPairGenerator.getInstance(String).ThreadLocalCrypto.Factory<CryptoFunction>| Constructor and Description |
|---|
ThreadLocalKeyPairGenerator(String algorithm)
Create thread local KeyPairGenerator.
|
public ThreadLocalKeyPairGenerator(String algorithm)
algorithm - algorithm. Passed to
KeyPairGenerator.getInstance(String).ThreadLocalCryptoCopyright © 2023 Eclipse Foundation. All rights reserved.