Searched defs:cipherKeyEntryCache (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache field in class:CryptoManagerImpl 1691 ? null : cryptoManager.cipherKeyEntryCache; 1894 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1930 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1974 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
/forgerock/opendj2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 170 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache field in class:CryptoManagerImpl 1691 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null; 1893 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1929 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1973 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache field in class:CryptoManagerImpl 1691 ? null : cryptoManager.cipherKeyEntryCache; 1894 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1930 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1974 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache field in class:CryptoManagerImpl 1691 ? null : cryptoManager.cipherKeyEntryCache; 1894 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1930 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1974 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 170 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache field in class:CryptoManagerImpl 1691 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null; 1893 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1929 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1973 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/ |
H A D | CryptoManagerImpl.java | 168 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache = new ConcurrentHashMap<>(); field in class:CryptoManagerImpl 1531 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null; 1710 cryptoManager.cipherKeyEntryCache.put(keyEntry.getKeyID(), 1746 : cryptoManager.cipherKeyEntryCache.entrySet()) { 1790 return cryptoManager.cipherKeyEntryCache.get(keyID);
|
Completed in 96 milliseconds