Uses of Class
org.opends.server.crypto.CryptoManager.CipherService
-
Packages that use CryptoManager.CipherService 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. -
-
Uses of CryptoManager.CipherService in org.opends.server.crypto
Methods in org.opends.server.crypto that return CryptoManager.CipherService Modifier and Type Method Description CryptoManager.CipherService
CryptoManager. newCipherService()
Return a newCryptoManager.CipherService
to provide cryptographic primitives and keys.CryptoManager.CipherService
CryptoManager.CipherService. useKeyForDefaultCipher()
Generate a new cipher key for the transformation and key length.CryptoManager.CipherService
CryptoManager.CipherService. useKeyFromEntry(Entry entry)
Use the cipher key from the provided information in the LDAP Entry as active key.CryptoManager.CipherService
CryptoManager.CipherService. useKeysFromEncoding(ByteString wrappedKeys)
Use the provided encoded secret keys for cryptographic operations.CryptoManager.CipherService
CryptoManager.CipherService. useNewKeyIfNeeded(String transformation, int keyLengthBits)
Generate a new cipher key for the given transformation and key length. -
Uses of CryptoManager.CipherService in org.opends.server.replication.server.changelog.file
Methods in org.opends.server.replication.server.changelog.file that return CryptoManager.CipherService Modifier and Type Method Description CryptoManager.CipherService
LogCryptoCfg. newCipherService()
Returns a newCryptoManager.CipherService
initialized with the current configuration.
-