Searched refs:getCipher (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCipherProvider.java37 Cipher getCipher(); method in interface:CipherProvider
H A DPerThreadCipherProvider.java57 return delegate.getCipher();
79 public Cipher getCipher() { method in class:PerThreadCipherProvider
H A DJCECipherProvider.java72 public Cipher getCipher() { method in class:JCECipherProvider
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCipherProvider.java37 Cipher getCipher(); method in interface:CipherProvider
H A DPerThreadCipherProvider.java57 return delegate.getCipher();
79 public Cipher getCipher() { method in class:PerThreadCipherProvider
H A DJCECipherProvider.java72 public Cipher getCipher() { method in class:JCECipherProvider
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DPerThreadCipherProviderTest.java47 Cipher cipher1 = testProvider.getCipher();
48 Cipher cipher2 = testProvider.getCipher();
60 Cipher cipher1 = testProvider.getCipher();
75 Cipher cipher1 = testProvider.getCipher();
80 Cipher cipher2 = testProvider.getCipher();
89 return testProvider.getCipher();
95 public Cipher getCipher() { method in class:PerThreadCipherProviderTest.MockCipherProvider
H A DJCECipherProviderTest.java62 Cipher result = cipherProvider.getCipher();
75 Cipher result = cipherProvider.getCipher();
91 Cipher result = cipherProvider.getCipher();
104 Cipher result = cipherProvider.getCipher();
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DPerThreadCipherProviderTest.java47 Cipher cipher1 = testProvider.getCipher();
48 Cipher cipher2 = testProvider.getCipher();
60 Cipher cipher1 = testProvider.getCipher();
75 Cipher cipher1 = testProvider.getCipher();
80 Cipher cipher2 = testProvider.getCipher();
89 return testProvider.getCipher();
95 public Cipher getCipher() { method in class:PerThreadCipherProviderTest.MockCipherProvider
H A DJCECipherProviderTest.java62 Cipher result = cipherProvider.getCipher();
75 Cipher result = cipherProvider.getCipher();
91 Cipher result = cipherProvider.getCipher();
104 Cipher result = cipherProvider.getCipher();
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJCEEncryption.java169 final Cipher pbeCipher = cipherProvider.getCipher();
246 final Cipher pbeCipher = cipherProvider.getCipher();
/forgerock/openam/openam-shared/src/main/java/com/iplanet/services/util/
H A DJCEEncryption.java169 final Cipher pbeCipher = cipherProvider.getCipher();
246 final Cipher pbeCipher = cipherProvider.getCipher();
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/security/crypto/
H A DAESWrapEncryption.java115 Cipher cipher = CIPHER_PROVIDER.getCipher();
150 Cipher cipher = CIPHER_PROVIDER.getCipher();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DHttpsClient.java306 return sslSocket.getStatus().getCipher();
/forgerock/opendj-b2.6/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1698 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1891 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2131 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2768 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2814 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2907 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2971 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1697 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1890 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2130 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2779 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2827 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2921 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2989 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj2.6.2/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1698 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1891 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2131 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2768 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2814 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2907 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2971 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1698 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1891 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2131 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2768 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2814 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2907 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2971 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj2-hg/src/server/org/opends/server/crypto/
H A DCryptoManagerImpl.java1697 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1890 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2130 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2779 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2827 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2921 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2989 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/crypto/
H A DCryptoManagerImpl.java1537 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
1707 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
1947 private static Cipher getCipher(final CipherKeyEntry keyEntry, method in class:CryptoManagerImpl
2565 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2613 final Cipher cipher = getCipher(keyEntry, Cipher.ENCRYPT_MODE, null);
2699 final Cipher cipher = getCipher(keyEntry, Cipher.DECRYPT_MODE, iv);
2767 getCipher(keyEntry, Cipher.DECRYPT_MODE, iv));
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...
/forgerock/opendj2-hg/tests/staf-tests/shared/resource/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ...

Completed in 122 milliseconds

12