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.CipherServiceCryptoManager. newCipherService()Return a newCryptoManager.CipherServiceto provide cryptographic primitives and keys.CryptoManager.CipherServiceCryptoManager.CipherService. useKeyForDefaultCipher()Generate a new cipher key for the transformation and key length.CryptoManager.CipherServiceCryptoManager.CipherService. useKeyFromEntry(Entry entry)Use the cipher key from the provided information in the LDAP Entry as active key.CryptoManager.CipherServiceCryptoManager.CipherService. useKeysFromEncoding(ByteSequence wrappedKeys)Use the provided encoded secret keys for cryptographic operations.CryptoManager.CipherServiceCryptoManager.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.CipherServiceLogCryptoCfg. newCipherService()Returns a newCryptoManager.CipherServiceinitialized with the current configuration.
-