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