Searched defs:CipherKeyEntry (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java166 // The map from encryption key ID to CipherKeyEntry (cache). The
169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache
170 = new ConcurrentHashMap<KeyEntryID, CipherKeyEntry>();
345 CipherKeyEntry.generateKeyEntry(null,
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1658 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1683 public static CipherKeyEntry generateKeyEntry(
1689 final Map<KeyEntryID, CipherKeyEntry> cache
1693 CipherKeyEntry keyEntr
2009 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
2053 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java167 * The map from encryption key ID to CipherKeyEntry (cache). The cache is
170 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache
171 = new ConcurrentHashMap<KeyEntryID, CipherKeyEntry>();
347 CipherKeyEntry.generateKeyEntry(null,
1197 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1211 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1660 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1685 public static CipherKeyEntry generateKeyEntry(
1690 final Map<KeyEntryID, CipherKeyEntry> cache =
1693 CipherKeyEntry keyEntr
2008 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
2052 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java166 // The map from encryption key ID to CipherKeyEntry (cache). The
169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache
170 = new ConcurrentHashMap<KeyEntryID, CipherKeyEntry>();
345 CipherKeyEntry.generateKeyEntry(null,
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1658 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1683 public static CipherKeyEntry generateKeyEntry(
1689 final Map<KeyEntryID, CipherKeyEntry> cache
1693 CipherKeyEntry keyEntr
2009 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
2053 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java166 // The map from encryption key ID to CipherKeyEntry (cache). The
169 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache
170 = new ConcurrentHashMap<KeyEntryID, CipherKeyEntry>();
345 CipherKeyEntry.generateKeyEntry(null,
1202 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1216 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1658 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1683 public static CipherKeyEntry generateKeyEntry(
1689 final Map<KeyEntryID, CipherKeyEntry> cache
1693 CipherKeyEntry keyEntr
2009 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
2053 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java167 * The map from encryption key ID to CipherKeyEntry (cache). The cache is
170 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache
171 = new ConcurrentHashMap<KeyEntryID, CipherKeyEntry>();
347 CipherKeyEntry.generateKeyEntry(null,
1197 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1211 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1660 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1685 public static CipherKeyEntry generateKeyEntry(
1690 final Map<KeyEntryID, CipherKeyEntry> cache =
1693 CipherKeyEntry keyEntr
2008 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
2052 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java165 * The map from encryption key ID to CipherKeyEntry (cache). The cache is
168 private final Map<KeyEntryID, CipherKeyEntry> cipherKeyEntryCache = new ConcurrentHashMap<>();
326 CipherKeyEntry.generateKeyEntry(null,
1056 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1069 CipherKeyEntry.importCipherKeyEntry(this, keyID, transformation,
1500 private static class CipherKeyEntry extends SecretKeyEntry class in class:CryptoManagerImpl
1525 public static CipherKeyEntry generateKeyEntry(
1530 final Map<KeyEntryID, CipherKeyEntry> cache =
1533 CipherKeyEntry keyEntry = new CipherKeyEntry(transformatio
1825 private CipherKeyEntry(final String transformation, final int keyLengthBits) method in class:CryptoManagerImpl.CipherKeyEntry
1869 private CipherKeyEntry(final KeyEntryID keyID, method in class:CryptoManagerImpl.CipherKeyEntry
[all...]

Completed in 322 milliseconds