Uses of Class
org.opends.server.api.KeyManagerProvider
-
Packages that use KeyManagerProvider Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions 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 KeyManagerProvider Modifier and Type Method Description KeyManagerProvider<?>DirectoryServer. getKeyManagerProvider(Dn keyManagerProviderDn)KeyManagerProvider<?>KeyManagerProviderConfigManager. getKeyManagerProvider(Dn dn)Retrieves the key manager provider registered with the provided entry DN.KeyManagerProvider<?>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.extensions Modifier and Type Class Description classFileBasedKeyManagerProviderThis class defines a key manager provider that will access keys stored in a file located on the Directory Server filesystem.classJvmKeyManagerProviderRepresents aKeyManagerProviderwhich use the JVM keystore.classLDAPKeyManagerProviderThis class defines a key manager provider that will access keys stored in an LDAP backend.classPemKeyManagerProviderAKeyManagerProviderthat reads keys from PEM files in a configured file system directory and automatically reacts to file modification, deletion or addition.classPKCS11KeyManagerProviderThis class defines a key manager provider that will access keys stored on a PKCS#11 device.
-