Searched defs:magic (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java50 private final static String magic = "$1$"; field in class:BSDMD5Crypt
124 /* First skip the magic string */
125 if (salt.startsWith(magic))
127 salt = salt.substring(magic.length());
147 /* Then our magic string */
148 ctx.update(magic.getBytes());
183 output.append(magic);
253 * Getter to the BSD MD5 magic string.
255 * @return the magic string for this crypt algorithm
259 return magic;
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java53 private final static String magic = "$1$"; field in class:BSDMD5Crypt
119 /* First skip the magic string */
120 if (salt.startsWith(magic))
122 salt = salt.substring(magic.length());
142 /* Then our magic string */
143 ctx.update(magic.getBytes());
178 output.append(magic);
249 * Getter to the BSD MD5 magic string.
251 * @return the magic string for this crypt algorithm
255 return magic;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java50 private final static String magic = "$1$"; field in class:BSDMD5Crypt
124 /* First skip the magic string */
125 if (salt.startsWith(magic))
127 salt = salt.substring(magic.length());
147 /* Then our magic string */
148 ctx.update(magic.getBytes());
183 output.append(magic);
253 * Getter to the BSD MD5 magic string.
255 * @return the magic string for this crypt algorithm
259 return magic;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java50 private final static String magic = "$1$"; field in class:BSDMD5Crypt
124 /* First skip the magic string */
125 if (salt.startsWith(magic))
127 salt = salt.substring(magic.length());
147 /* Then our magic string */
148 ctx.update(magic.getBytes());
183 output.append(magic);
253 * Getter to the BSD MD5 magic string.
255 * @return the magic string for this crypt algorithm
259 return magic;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DBSDMD5Crypt.java53 private final static String magic = "$1$"; field in class:BSDMD5Crypt
119 /* First skip the magic string */
120 if (salt.startsWith(magic))
122 salt = salt.substring(magic.length());
142 /* Then our magic string */
143 ctx.update(magic.getBytes());
178 output.append(magic);
249 * Getter to the BSD MD5 magic string.
251 * @return the magic string for this crypt algorithm
255 return magic;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBSDMD5Crypt.java53 private static final String magic = "$1$"; field in class:BSDMD5Crypt
119 /* First skip the magic string */
120 if (salt.startsWith(magic))
122 salt = salt.substring(magic.length());
142 /* Then our magic string */
143 ctx.update(magic.getBytes());
178 output.append(magic);
249 * Getter to the BSD MD5 magic string.
251 * @return the magic string for this crypt algorithm
255 return magic;
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/forgerock/opendj2-hg/ext/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 672 milliseconds