Uses of Class
org.forgerock.opendj.security.KeyStoreParameters
-
Packages that use KeyStoreParameters Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of KeyStoreParameters in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return KeyStoreParameters Modifier and Type Method Description static KeyStoreParameters
KeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN)
Creates a set of LDAP key store parameters with default options.static KeyStoreParameters
KeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN, Options options)
Creates a set of LDAP key store parameters with custom options.
-