Uses of Class
org.opends.server.crypto.CryptoManager
-
Packages that use CryptoManager Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.replication.server.changelog.file This package contains a file-based log implementation for the changelog database API. -
-
Uses of CryptoManager in org.opends.server.core
Methods in org.opends.server.core that return CryptoManager Modifier and Type Method Description CryptoManager
DirectoryServer. getCryptoManager()
CryptoManager
ServerContext. getCryptoManager()
Returns the Crypto Manager for the instance. -
Uses of CryptoManager in org.opends.server.replication.server.changelog.file
Constructors in org.opends.server.replication.server.changelog.file with parameters of type CryptoManager Constructor Description LogCryptoCfg(CryptoManager cryptoManager, boolean isEncrypted, String transformation, int keyLength)
Define new Configuration.
-