Searched refs:cryptoMethod (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java746 * @param cryptoMethod
755 long writeFile(Path file, String relativePath, CryptoEngine cryptoMethod, BackupConfig backupConfig) argument
761 cryptoMethod.updateHashWith(relativePath);
771 cryptoMethod.updateHashWith(buffer, 0, bytesRead);
794 * @param cryptoMethod
799 void writeStrings(List<String> stringList, String fileName, CryptoEngine cryptoMethod) argument
805 cryptoMethod.updateHashWith(fileName);
810 cryptoMethod.updateHashWith(s);

Completed in 151 milliseconds