Searched refs:cipher (Results 26 - 42 of 42) sorted by relevance

12

/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DLocalCommandScope.java257 String cipher = ServerConstants.SECURITY_CRYPTOGRAPHY_DEFAULT_CIPHER;
260 JsonValue secure = cryptoSvc.encrypt(value, cipher, alias);
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/impl/
H A DScriptRegistryService.java390 // encrypt(any value, string cipher, string alias)
399 String cipher = null;
413 cipher = (String) arguments[1];
415 cipher = ServerConstants.SECURITY_CRYPTOGRAPHY_DEFAULT_CIPHER;
426 return cryptoService.encrypt(value, cipher, alias);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DConfigureDS.java1250 // Check that the cipher specified is supported. This is intended to
1251 // fix issues with JVM that do not support the default cipher (see
1269 // Check that the default cipher is supported by the JVM.
1276 // The cipher is not supported: try to find an alternative one.
1285 // Set the alternative cipher
1330 * Returns a cipher that is supported by the JVM we are running at.
1331 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1332 * @return a cipher that is supported by the JVM we are running at.
1342 for (String cipher : preferredAlternativeCiphers)
1346 Cipher.getInstance(cipher);
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DConfigureDS.java1235 // Check that the cipher specified is supported. This is intended to
1236 // fix issues with JVM that do not support the default cipher (see
1254 // Check that the default cipher is supported by the JVM.
1261 // The cipher is not supported: try to find an alternative one.
1270 // Set the alternative cipher
1315 * Returns a cipher that is supported by the JVM we are running at.
1316 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1317 * @return a cipher that is supported by the JVM we are running at.
1327 for (String cipher : preferredAlternativeCiphers)
1331 Cipher.getInstance(cipher);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DConfigureDS.java1250 // Check that the cipher specified is supported. This is intended to
1251 // fix issues with JVM that do not support the default cipher (see
1269 // Check that the default cipher is supported by the JVM.
1276 // The cipher is not supported: try to find an alternative one.
1285 // Set the alternative cipher
1330 * Returns a cipher that is supported by the JVM we are running at.
1331 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1332 * @return a cipher that is supported by the JVM we are running at.
1342 for (String cipher : preferredAlternativeCiphers)
1346 Cipher.getInstance(cipher);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DConfigureDS.java1250 // Check that the cipher specified is supported. This is intended to
1251 // fix issues with JVM that do not support the default cipher (see
1269 // Check that the default cipher is supported by the JVM.
1276 // The cipher is not supported: try to find an alternative one.
1285 // Set the alternative cipher
1330 * Returns a cipher that is supported by the JVM we are running at.
1331 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1332 * @return a cipher that is supported by the JVM we are running at.
1342 for (String cipher : preferredAlternativeCiphers)
1346 Cipher.getInstance(cipher);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DConfigureDS.java1235 // Check that the cipher specified is supported. This is intended to
1236 // fix issues with JVM that do not support the default cipher (see
1254 // Check that the default cipher is supported by the JVM.
1261 // The cipher is not supported: try to find an alternative one.
1270 // Set the alternative cipher
1315 * Returns a cipher that is supported by the JVM we are running at.
1316 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1317 * @return a cipher that is supported by the JVM we are running at.
1327 for (String cipher : preferredAlternativeCiphers)
1331 Cipher.getInstance(cipher);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DConfigureDS.java1071 * Check that the cipher specified is supported. This is intended to fix
1072 * issues with JVM that do not support the default cipher (see issue 3075 for
1095 // Check that the default cipher is supported by the JVM.
1102 // The cipher is not supported: try to find an alternative one.
1137 * Returns a cipher that is supported by the JVM we are running at.
1138 * Returns <CODE>null</CODE> if no alternative cipher could be found.
1139 * @return a cipher that is supported by the JVM we are running at.
1149 for (final String cipher : preferredAlternativeCiphers)
1153 Cipher.getInstance(cipher);
1154 alternativeCipher = cipher;
[all...]
/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/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 51 milliseconds

12