Searched refs:cryptoManager (Results 26 - 50 of 89) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java169 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
170 final SSLContext sslContext = cryptoManager
232 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
233 final SSLContext sslContext = cryptoManager
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java174 final CryptoManager cryptoManager = DirectoryConfig
176 final SSLContext sslContext = cryptoManager
257 final CryptoManager cryptoManager = DirectoryConfig
259 final SSLContext sslContext = cryptoManager
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java174 final CryptoManager cryptoManager = DirectoryConfig
176 final SSLContext sslContext = cryptoManager
257 final CryptoManager cryptoManager = DirectoryConfig
259 final SSLContext sslContext = cryptoManager
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java169 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
170 final SSLContext sslContext = cryptoManager
232 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
233 final SSLContext sslContext = cryptoManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java175 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
176 final SSLContext sslContext = cryptoManager.getSslContext(REPLICATION_CLIENT_NAME, sslCertNicknames);
237 final CryptoManager cryptoManager = DirectoryConfig.getCryptoManager();
238 final SSLContext sslContext = cryptoManager.getSslContext(REPLICATION_SERVER_NAME, sslCertNicknames);
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1664 * @param cryptoManager The CryptoManager instance for which the
1684 final CryptoManagerImpl cryptoManager,
1690 = (null == cryptoManager)
1691 ? null : cryptoManager.cipherKeyEntryCache;
1709 publishKeyEntry(cryptoManager, keyEntry);
1719 * @param cryptoManager The CryptoManager instance for which the
1726 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1780 cryptoManager.getTrustedCertificates();
1792 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1823 * @param cryptoManager Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1971 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2236 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2274 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2388 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2451 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2502 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1666 * @param cryptoManager The CryptoManager instance for which the
1686 final CryptoManagerImpl cryptoManager,
1691 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null;
1708 publishKeyEntry(cryptoManager, keyEntry);
1718 * @param cryptoManager The CryptoManager instance for which the
1725 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1779 cryptoManager.getTrustedCertificates();
1791 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1822 * @param cryptoManager Th
1685 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1848 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1919 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1970 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2235 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2273 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2387 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2450 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2501 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1664 * @param cryptoManager The CryptoManager instance for which the
1684 final CryptoManagerImpl cryptoManager,
1690 = (null == cryptoManager)
1691 ? null : cryptoManager.cipherKeyEntryCache;
1709 publishKeyEntry(cryptoManager, keyEntry);
1719 * @param cryptoManager The CryptoManager instance for which the
1726 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1780 cryptoManager.getTrustedCertificates();
1792 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1823 * @param cryptoManager Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1971 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2236 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2274 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2388 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2451 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2502 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1664 * @param cryptoManager The CryptoManager instance for which the
1684 final CryptoManagerImpl cryptoManager,
1690 = (null == cryptoManager)
1691 ? null : cryptoManager.cipherKeyEntryCache;
1709 publishKeyEntry(cryptoManager, keyEntry);
1719 * @param cryptoManager The CryptoManager instance for which the
1726 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1780 cryptoManager.getTrustedCertificates();
1792 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1823 * @param cryptoManager Th
1683 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1849 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1920 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1971 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2236 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2274 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2388 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2451 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2502 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1666 * @param cryptoManager The CryptoManager instance for which the
1686 final CryptoManagerImpl cryptoManager,
1691 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null;
1708 publishKeyEntry(cryptoManager, keyEntry);
1718 * @param cryptoManager The CryptoManager instance for which the
1725 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1779 cryptoManager.getTrustedCertificates();
1791 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1822 * @param cryptoManager Th
1685 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1848 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1919 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1970 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2235 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2273 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2387 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2450 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2501 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java1506 * @param cryptoManager The CryptoManager instance for which the
1526 final CryptoManagerImpl cryptoManager,
1531 cryptoManager != null ? cryptoManager.cipherKeyEntryCache : null;
1548 publishKeyEntry(cryptoManager, keyEntry);
1558 * @param cryptoManager The CryptoManager instance for which the
1565 private static void publishKeyEntry(CryptoManagerImpl cryptoManager, argument
1601 cryptoManager.getTrustedCertificates();
1613 String symmetricKey = cryptoManager.encodeSymmetricKeyAttribute(
1639 * @param cryptoManager Th
1525 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1665 importCipherKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String transformation, final SecretKey secretKey, final int secretKeyLengthBits, final int ivLengthBits, final boolean isCompromised) argument
1736 getKeyEntry( final CryptoManagerImpl cryptoManager, final String transformation, final int keyLengthBits) argument
1787 getKeyEntry( CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
2048 generateKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2086 publishKeyEntry(CryptoManagerImpl cryptoManager, MacKeyEntry keyEntry) argument
2177 importMacKeyEntry( final CryptoManagerImpl cryptoManager, final String keyIDString, final String algorithm, final SecretKey secretKey, final int secretKeyLengthBits, final boolean isCompromised) argument
2240 getKeyEntry( final CryptoManagerImpl cryptoManager, final String algorithm, final int keyLengthBits) argument
2291 getKeyEntry( final CryptoManagerImpl cryptoManager, final KeyEntryID keyID) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java164 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
166 compressedEntryBuffer.uncompress(entryBuffer, cryptoManager,
213 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
214 if (dataConfig.isCompressed() && cryptoManager != null &&
215 entryBuffer.compress(compressedEntryBuffer, cryptoManager))
H A DBackupManager.java156 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
167 macKeyID = cryptoManager.getMacEngineKeyEntryID();
170 mac = cryptoManager.getMacEngine(macKeyID);
187 String digestAlgorithm = cryptoManager
193 digest = cryptoManager.getPreferredMessageDigest();
313 = cryptoManager.getCipherOutputStream(outputStream);
847 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
857 mac = cryptoManager.getMacEngine(macKeyID);
880 digest = cryptoManager.getMessageDigest(digestAlgorithm);
903 inputStream = cryptoManager
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java165 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
167 compressedEntryBuffer.uncompress(entryBuffer, cryptoManager,
214 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
215 if (dataConfig.isCompressed() && cryptoManager != null &&
216 entryBuffer.compress(compressedEntryBuffer, cryptoManager))
H A DBackupManager.java163 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
175 macKeyID = cryptoManager.getMacEngineKeyEntryID();
178 mac = cryptoManager.getMacEngine(macKeyID);
195 digestAlgorithm = cryptoManager.getPreferredMessageDigestAlgorithm();
200 digest = cryptoManager.getPreferredMessageDigest();
355 = cryptoManager.getCipherOutputStream(outputStream);
936 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
948 mac = cryptoManager.getMacEngine(macKeyID);
970 digest = cryptoManager.getMessageDigest(digestAlgorithm);
993 inputStream = cryptoManager
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java165 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
167 compressedEntryBuffer.uncompress(entryBuffer, cryptoManager,
214 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
215 if (dataConfig.isCompressed() && cryptoManager != null &&
216 entryBuffer.compress(compressedEntryBuffer, cryptoManager))
H A DBackupManager.java163 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
175 macKeyID = cryptoManager.getMacEngineKeyEntryID();
178 mac = cryptoManager.getMacEngine(macKeyID);
195 digestAlgorithm = cryptoManager.getPreferredMessageDigestAlgorithm();
200 digest = cryptoManager.getPreferredMessageDigest();
355 = cryptoManager.getCipherOutputStream(outputStream);
936 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
948 mac = cryptoManager.getMacEngine(macKeyID);
970 digest = cryptoManager.getMessageDigest(digestAlgorithm);
993 inputStream = cryptoManager
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java164 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
166 compressedEntryBuffer.uncompress(entryBuffer, cryptoManager,
213 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
214 if (dataConfig.isCompressed() && cryptoManager != null &&
215 entryBuffer.compress(compressedEntryBuffer, cryptoManager))
H A DBackupManager.java156 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
167 macKeyID = cryptoManager.getMacEngineKeyEntryID();
170 mac = cryptoManager.getMacEngine(macKeyID);
187 String digestAlgorithm = cryptoManager
193 digest = cryptoManager.getPreferredMessageDigest();
313 = cryptoManager.getCipherOutputStream(outputStream);
847 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
857 mac = cryptoManager.getMacEngine(macKeyID);
880 digest = cryptoManager.getMessageDigest(digestAlgorithm);
903 inputStream = cryptoManager
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java165 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
167 compressedEntryBuffer.uncompress(entryBuffer, cryptoManager,
214 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
215 if (dataConfig.isCompressed() && cryptoManager != null &&
216 entryBuffer.compress(compressedEntryBuffer, cryptoManager))
H A DBackupManager.java163 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
175 macKeyID = cryptoManager.getMacEngineKeyEntryID();
178 mac = cryptoManager.getMacEngine(macKeyID);
195 digestAlgorithm = cryptoManager.getPreferredMessageDigestAlgorithm();
200 digest = cryptoManager.getPreferredMessageDigest();
355 = cryptoManager.getCipherOutputStream(outputStream);
936 CryptoManager cryptoManager = DirectoryServer.getCryptoManager();
948 mac = cryptoManager.getMacEngine(macKeyID);
970 digest = cryptoManager.getMessageDigest(digestAlgorithm);
993 inputStream = cryptoManager
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteStringBuilder.java914 * @param cryptoManager
915 * The cryptoManager to use to compress the data.
920 CryptoManager cryptoManager)
926 int compressedSize = cryptoManager.compress(buffer, 0, length,
1254 * @param cryptoManager
1255 * The cryptoManager to use to compress the data.
1266 CryptoManager cryptoManager, int uncompressedSize)
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
919 compress(ByteStringBuilder output, CryptoManager cryptoManager) argument
1265 uncompress(ByteStringBuilder output, CryptoManager cryptoManager, int uncompressedSize) argument
/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteStringBuilder.java942 * @param cryptoManager
943 * The cryptoManager to use to compress the data.
948 CryptoManager cryptoManager)
954 int compressedSize = cryptoManager.compress(buffer, 0, length,
1282 * @param cryptoManager
1283 * The cryptoManager to use to compress the data.
1294 CryptoManager cryptoManager, int uncompressedSize)
1301 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1308 decompressResult = cryptoManager.uncompress(buffer, 0, length,
947 compress(ByteStringBuilder output, CryptoManager cryptoManager) argument
1293 uncompress(ByteStringBuilder output, CryptoManager cryptoManager, int uncompressedSize) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteStringBuilder.java914 * @param cryptoManager
915 * The cryptoManager to use to compress the data.
920 CryptoManager cryptoManager)
926 int compressedSize = cryptoManager.compress(buffer, 0, length,
1254 * @param cryptoManager
1255 * The cryptoManager to use to compress the data.
1266 CryptoManager cryptoManager, int uncompressedSize)
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
919 compress(ByteStringBuilder output, CryptoManager cryptoManager) argument
1265 uncompress(ByteStringBuilder output, CryptoManager cryptoManager, int uncompressedSize) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DByteStringBuilder.java914 * @param cryptoManager
915 * The cryptoManager to use to compress the data.
920 CryptoManager cryptoManager)
926 int compressedSize = cryptoManager.compress(buffer, 0, length,
1254 * @param cryptoManager
1255 * The cryptoManager to use to compress the data.
1266 CryptoManager cryptoManager, int uncompressedSize)
1273 int decompressResult = cryptoManager.uncompress(buffer, 0, length,
1280 decompressResult = cryptoManager.uncompress(buffer, 0, length,
919 compress(ByteStringBuilder output, CryptoManager cryptoManager) argument
1265 uncompress(ByteStringBuilder output, CryptoManager cryptoManager, int uncompressedSize) argument

Completed in 95 milliseconds

1234