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