| Package | Description |
|---|---|
| org.forgerock.openam.utils |
This package contains general utilities for use throughout the OpenAM codebase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCECipherProvider
A
CipherProvider that gets queries from the underlying Java Cryptographic Extension (JCE) facilities,
via Cipher.getInstance(String, Provider). |
class |
PerThreadCipherProvider
A
CipherProvider that caches ciphers in per-thread storage. |
| Modifier and Type | Method and Description |
|---|---|
static CipherProvider |
Providers.cipherProvider(String transformation,
String preferredProvider,
int maxSize)
Gets a pre-configured Cipher provider that caches ciphers in a per-thread LRU cache.
|
| Constructor and Description |
|---|
PerThreadCipherProvider(CipherProvider delegate)
Constructs a new PerThreadCipherProvider instance.
|
PerThreadCipherProvider(CipherProvider delegate,
int maxSize)
Initialises the thread-local cipher cache, delegating to the supplied cipher provider for actual ciphers.
|
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.