Uses of Class
org.forgerock.opendj.security.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
Modifier and TypeMethodDescriptionstatic KeyStore
KeyManagers.loadKeyStore
(String keyStoreType, char[] keyStorePin) Loads a key store using the provided type and pin.static KeyStore
KeyManagers.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 KeyStore
KeyManagers.loadKeyStore
(KeyStore keyStore, InputStream stream, char[] keyStorePin) Loads a key store using the provided input stream and pin.