| 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) |
| 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-2020 Wren Security. All Rights Reserved.