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.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static CryptoManager |
DirectoryConfig.getCryptoManager()
Retrieves a reference to the Directory Server crypto manager.
|
Copyright 2010-2017 ForgeRock AS.