Uses of Class
org.opends.server.crypto.CryptoManager.CipherService
Package
Description
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
This package contains a file-based log implementation for the changelog database API.
-
Uses of CryptoManager.CipherService in org.opends.server.crypto
Modifier and TypeMethodDescriptionCryptoManager.newCipherService()
Return a newCryptoManager.CipherService
to provide cryptographic primitives and keys.CryptoManager.CipherService.useKeyForDefaultCipher()
Generate a new cipher key for the transformation and key length.CryptoManager.CipherService.useKeyFromEntry
(Entry entry) Use the cipher key from the provided information in the LDAP Entry as active key.CryptoManager.CipherService.useKeysFromEncoding
(ByteString wrappedKeys) Use the provided encoded secret keys for cryptographic operations.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
Modifier and TypeMethodDescriptionLogCryptoCfg.newCipherService()
Returns a newCryptoManager.CipherService
initialized with the current configuration.