Searched refs:cipherFactory (Results 1 – 3 of 3) sorted by relevance
40 CipherFactory cipherFactory(); in cipherFactory() method69 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()
45 CipherFactory cipherFactory(); in cipherFactory() method74 cipher = config.cipherFactory().newCipher(tx.toFormattedString()); in EncryptStrategy()
67 public CipherFactory cipherFactory() { in cipherFactory() method in JmhCipherEncryptBenchmark.JmhConfig