Searched defs:PerThreadCipherProvider (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DPerThreadCipherProvider.java29 public class PerThreadCipherProvider implements CipherProvider { class in inherits:CipherProvider
47 public PerThreadCipherProvider(final CipherProvider delegate, final int maxSize) { method in class:PerThreadCipherProvider
63 * Constructs a new PerThreadCipherProvider instance.
67 public PerThreadCipherProvider(CipherProvider delegate) { method in class:PerThreadCipherProvider
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DPerThreadCipherProvider.java29 public class PerThreadCipherProvider implements CipherProvider { class in inherits:CipherProvider
47 public PerThreadCipherProvider(final CipherProvider delegate, final int maxSize) { method in class:PerThreadCipherProvider
63 * Constructs a new PerThreadCipherProvider instance.
67 public PerThreadCipherProvider(CipherProvider delegate) { method in class:PerThreadCipherProvider

Completed in 27 milliseconds