Uses of Class
org.opends.server.crypto.CryptoManager.MacService
-
Packages that use CryptoManager.MacService Package Description org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document. -
-
Uses of CryptoManager.MacService in org.opends.server.crypto
Methods in org.opends.server.crypto that return CryptoManager.MacService Modifier and Type Method Description CryptoManager.MacService
CryptoManager. newMacService()
Generates a new MAC service with the default algorithm and key length.CryptoManager.MacService
CryptoManager. newMacService(Entry entry)
Generates a new MAC service from the provided information in the LDAP Entry.
-