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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java51 private final static int saltLength = 8; field in class:BSDMD5Crypt
95 while (salt.length() < saltLength)
130 /* Salt stops at the first $, max saltLength chars */
137 if (salt.length() > saltLength)
139 salt = salt.substring(0, saltLength);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java54 private final static int saltLength = 8; field in class:BSDMD5Crypt
89 while (salt.length() < saltLength)
125 /* Salt stops at the first $, max saltLength chars */
132 if (salt.length() > saltLength)
134 salt = salt.substring(0, saltLength);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java51 private final static int saltLength = 8; field in class:BSDMD5Crypt
95 while (salt.length() < saltLength)
130 /* Salt stops at the first $, max saltLength chars */
137 if (salt.length() > saltLength)
139 salt = salt.substring(0, saltLength);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java51 private final static int saltLength = 8; field in class:BSDMD5Crypt
95 while (salt.length() < saltLength)
130 /* Salt stops at the first $, max saltLength chars */
137 if (salt.length() > saltLength)
139 salt = salt.substring(0, saltLength);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java54 private final static int saltLength = 8; field in class:BSDMD5Crypt
89 while (salt.length() < saltLength)
125 /* Salt stops at the first $, max saltLength chars */
132 if (salt.length() > saltLength)
134 salt = salt.substring(0, saltLength);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBSDMD5Crypt.java54 private static final int saltLength = 8; field in class:BSDMD5Crypt
89 while (salt.length() < saltLength)
125 /* Salt stops at the first $, max saltLength chars */
132 if (salt.length() > saltLength)
134 salt = salt.substring(0, saltLength);

Completed in 75 milliseconds