| Package | Description |
|---|---|
| org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
| org.opends.server.crypto |
This package implements the Directory Server cryptographic framework,
which is described in the
CrytpoManager design document.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoManager |
ServerContext.getCryptoManager()
Returns the Crypto Manager for the instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CryptoManagerImpl
This class implements the Directory Server cryptographic framework,
which is described in the
CrytpoManager design document.
|
| Constructor and Description |
|---|
CryptoSuite(CryptoManager cryptoManager,
String cipherTransformation,
int cipherKeyLength,
boolean encrypt)
Declares a new CryptoSuite with provided parameters.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.