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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java548 private final CryptoEngine cryptoEngine; field in class:BackupManager.NewBackupArchive
554 this.cryptoEngine = crypt;
609 byte[] bytes = cryptoEngine.generateBytes();
610 byte[] digestBytes = cryptoEngine.hasSignedHash() ? null : bytes;
611 byte[] macBytes = cryptoEngine.hasSignedHash() ? bytes : null;
616 newBackupParams.shouldCompress, cryptoEngine.shouldEncrypt(), digestBytes, macBytes,
635 private final CryptoEngine cryptoEngine; field in class:BackupManager.ExistingBackupArchive
643 this.cryptoEngine = CryptoEngine.forRestore(backupInfo);
663 return cryptoEngine;
726 private final CryptoEngine cryptoEngine; field in class:BackupManager.BackupArchiveWriter
981 private final CryptoEngine cryptoEngine; field in class:BackupManager.BackupArchiveReader
[all...]

Completed in 32 milliseconds