Searched refs:getCipherInOtherThread (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DPerThreadCipherProviderTest.java61 Cipher cipher2 = otherThread.submit(getCipherInOtherThread()).get();
78 otherThread.submit(getCipherInOtherThread()).get();
86 private Callable<Cipher> getCipherInOtherThread() { method in class:PerThreadCipherProviderTest
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DPerThreadCipherProviderTest.java61 Cipher cipher2 = otherThread.submit(getCipherInOtherThread()).get();
78 otherThread.submit(getCipherInOtherThread()).get();
86 private Callable<Cipher> getCipherInOtherThread() { method in class:PerThreadCipherProviderTest

Completed in 39 milliseconds