/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 33 * It is a checksum based on some special entries/attributes of the domain. 38 * data sets having the same checksum is very low. 43 private long checksum = 0L; field in class:GenerationIdChecksum 51 * Update the checksum with one added byte. 57 * the same checksum value on every platforms, we always exclude the CR and 62 checksum += (long) b; 90 if (checksum != 0L) 92 return checksum; 96 // will not be added to the checksum as no entries will follow. To treat 109 checksum [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 32 * It is a checksum based on some special entries/attributes of the domain. 37 * data sets having the same checksum is very low. 42 private long checksum = 0L; field in class:GenerationIdChecksum 50 * Update the checksum with one added byte. 56 * the same checksum value on every platforms, we always exclude the CR and 61 checksum += (long) b; 89 if (checksum != 0L) 91 return checksum; 95 // will not be added to the checksum as no entries will follow. To treat 108 checksum [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 33 * It is a checksum based on some special entries/attributes of the domain. 38 * data sets having the same checksum is very low. 43 private long checksum = 0L; field in class:GenerationIdChecksum 51 * Update the checksum with one added byte. 57 * the same checksum value on every platforms, we always exclude the CR and 62 checksum += (long) b; 90 if (checksum != 0L) 92 return checksum; 96 // will not be added to the checksum as no entries will follow. To treat 109 checksum [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 33 * It is a checksum based on some special entries/attributes of the domain. 38 * data sets having the same checksum is very low. 43 private long checksum = 0L; field in class:GenerationIdChecksum 51 * Update the checksum with one added byte. 57 * the same checksum value on every platforms, we always exclude the CR and 62 checksum += (long) b; 90 if (checksum != 0L) 92 return checksum; 96 // will not be added to the checksum as no entries will follow. To treat 109 checksum [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 32 * It is a checksum based on some special entries/attributes of the domain. 37 * data sets having the same checksum is very low. 42 private long checksum = 0L; field in class:GenerationIdChecksum 50 * Update the checksum with one added byte. 56 * the same checksum value on every platforms, we always exclude the CR and 61 checksum += (long) b; 89 if (checksum != 0L) 91 return checksum; 95 // will not be added to the checksum as no entries will follow. To treat 108 checksum [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ |
H A D | GenerationIdChecksum.java | 33 * It is a checksum based on some special entries/attributes of the domain. 38 * data sets having the same checksum is very low. 43 private long checksum; field in class:GenerationIdChecksum 48 /** Update the checksum with one added byte. */ 53 * the same checksum value on every platforms, we always exclude the CR and 58 checksum += b; 80 if (checksum != 0L) 82 return checksum; 87 * will not be added to the checksum as no entries will follow. To treat 99 checksum [all...] |
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/ |
H A D | FileStateChecker.java | 30 // Path to checksum file 31 private final ChecksumFile checksum; field in class:FileStateChecker 34 * Construct the FileStateChecker from a checksum file. 36 * @param checksum the checksum file 38 * @throws NoSuchAlgorithmException if checksum algorithm in checksum file is unknown 40 FileStateChecker(ChecksumFile checksum) throws IOException, NoSuchAlgorithmException { argument 41 this.checksum = checksum; [all...] |
/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
H A D | OATH.java | 89 private static final String CHECKSUM = "iplanet-am-auth-oath-add-checksum"; 106 private boolean checksum = false; field in class:OATH 206 checksum = Boolean.parseBoolean(checksumVal); 421 checksum,
|
/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/ |
H A D | OATH.java | 91 private static final String CHECKSUM = "iplanet-am-auth-oath-add-checksum"; 108 private boolean checksum = false; field in class:OATH 209 checksum = Boolean.parseBoolean(checksumVal); 427 checksum,
|
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/ |
H A D | AuthenticatorOATH.java | 87 private static final String CHECKSUM = "iplanet-am-auth-fr-oath-add-checksum"; 110 private boolean checksum = false; field in class:AuthenticatorOATH 215 this.checksum = CollectionHelper.getBooleanMapAttr(options, CHECKSUM, false); 433 settings.setChecksumDigit(checksum); 634 otpGen = HOTPAlgorithm.generateOTP(secretKeyBytes, counter + i, passLen, checksum,
|
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/ |
H A D | AuthenticatorOATH.java | 95 private static final String CHECKSUM = "iplanet-am-auth-fr-oath-add-checksum"; 118 private boolean checksum = false; field in class:AuthenticatorOATH 239 this.checksum = CollectionHelper.getBooleanMapAttr(options, CHECKSUM, false); 460 settings.setChecksumDigit(checksum); 665 otpGen = HOTPAlgorithm.generateOTP(secretKeyBytes, counter + i, passLen, checksum,
|
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
H A D | svnkit-javahl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
H A D | svnkit-javahl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
H A D | svnkit-javahl16-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | svnkit-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
H A D | svnkit-javahl16-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/apache/ org/ ... |
/forgerock/opendj-b2.6/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2/tests/staf-tests/shared/resource/ |
H A D | svnkit.jar | META-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 D | svnkit.jar | META-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 D | svnkit.jar | META-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 D | svnkit.jar | META-INF/ META-INF/MANIFEST.MF org/ org/tigris/ org/tigris/subversion/ org/tigris/subversion/javahl/ ... |
/forgerock/opendj2/ext/ant/lib/ |
H A D | jdeb-0.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ... |