Uses of Class
org.forgerock.opendj.security.LocalizedKeyStoreException
Packages that use LocalizedKeyStoreException
Package
Description
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore service.-
Uses of LocalizedKeyStoreException in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that throw LocalizedKeyStoreExceptionModifier and TypeMethodDescriptionstatic KeyStoreKeyManagers.loadKeyStore(String keyStoreType, char[] keyStorePin) Loads a key store using the provided type and pin.static KeyStoreKeyManagers.loadKeyStore(String keyStoreType, char[] password, Provider provider) Loads and then returns a new key store object created with the provided type, password and provider.static KeyStoreKeyManagers.loadKeyStore(KeyStore keyStore, InputStream stream, char[] keyStorePin) Loads a key store using the provided input stream and pin.