Uses of Class
org.opends.server.api.KeyManagerProvider
Packages that use KeyManagerProvider
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of KeyManagerProvider in org.opends.server.core
Methods in org.opends.server.core that return KeyManagerProviderModifier and TypeMethodDescriptionDirectoryServer.getKeyManagerProvider(Dn keyManagerProviderDn) KeyManagerProviderConfigManager.getKeyManagerProvider(Dn dn) Retrieves the key manager provider registered with the provided entry DN.ServerContext.getKeyManagerProvider(Dn keyManagerProviderDN) Returns the key manager provider matching the provided DN. -
Uses of KeyManagerProvider in org.opends.server.extensions
Subclasses of KeyManagerProvider in org.opends.server.extensionsModifier and TypeClassDescriptionfinal classThis class defines a key manager provider that will access keys stored in a file located on the Directory Server filesystem.final classRepresents aKeyManagerProviderwhich use the JVM keystore.final classThis class defines a key manager provider that will access keys stored in an LDAP backend.final classAKeyManagerProviderthat reads keys from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.final classThis class defines a key manager provider that will access keys stored on a PKCS#11 device.