Package | Description |
---|---|
org.opends.server.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
org.opends.server.replication.server.changelog.file |
This package contains a file-based log implementation for the changelog database API.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
CryptoSuite |
CryptoManagerImpl.newCryptoSuite(String cipherTransformation,
int cipherKeyLength,
boolean encrypt) |
Modifier and Type | Method and Description |
---|---|
static void |
FileChangelogDB.migrateOfflineStateToChangelog(Path replicationDbDir,
Path replicaIdDir,
CryptoSuite cryptoSuite,
CSN offlineCSN)
Used by upgrade only: Append the CSN at which the server/domains was considered offline if this CSN appears to be
more recent than the last message already contained in the log, otherwise the changelog is not modified.
|
static void |
FileChangelogDB.renameHeadLogFileToUseOldestKey(Path headLogFilePath,
CryptoSuite cryptoSuite)
Renames the
head.log files to a name using the oldest key in the file. |
Constructor and Description |
---|
FileChangelogDB(ReplicationServer replicationServer,
String dbDirectoryPath,
CryptoSuite cryptoSuite)
Creates a new changelog DB.
|
Modifier and Type | Method and Description |
---|---|
CryptoSuite |
CryptoManager.newCryptoSuite(String cipherTransformation,
int cipherKeyLength,
boolean encrypt)
Return a new
CryptoSuite for the cipher and key. |
Copyright 2010-2022 ForgeRock AS.