Uses of Class
org.forgerock.opendj.security.LocalizedKeyStoreException
-
Packages that use LocalizedKeyStoreException Package Description org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of LocalizedKeyStoreException in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that throw LocalizedKeyStoreException Modifier and Type Method Description static KeyStore
KeyManagers. loadKeyStore(String keyStoreType, char[] keyStorePin)
Loads a key store using the provided type and pin.static KeyStore
KeyManagers. loadKeyStore(KeyStore keyStore, InputStream stream, char[] keyStorePin)
Loads a key store using the provided input stream and pin.
-