| | |
| | | * |
| | | * Copyright 2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2011-2016 ForgeRock AS. |
| | | * Portions Copyright 2026 3A Systems, LLC. |
| | | */ |
| | | package com.forgerock.opendj.cli; |
| | | |
| | |
| | | * If a problem occurs while loading with the key store. |
| | | * @throws CertificateException |
| | | * If a problem occurs while loading with the key store. |
| | | * @throws UnrecoverableKeyException |
| | | * @throws UnrecoverableKeyException |
| | | * If a problem occurs while recovering a key from the key store. |
| | | */ |
| | | public X509KeyManager getKeyManager(String keyStoreFile) throws KeyStoreException, |
| | | IOException, NoSuchAlgorithmException, CertificateException, UnrecoverableKeyException { |
| | |
| | | * user will be different as a normal connection. E.g if set : |
| | | * |
| | | * <pre> |
| | | * >>>> Specify OpenDJ LDAP connection parameters |
| | | * >>>> Specify OpenDJ LDAP connection parameters |
| | | * |
| | | * Directory server administration port number [4444]: |
| | | * </pre> |
| | |
| | | * vs normal mode |
| | | * |
| | | * <pre> |
| | | * >>>> Specify OpenDJ LDAP connection parameters |
| | | * >>>> Specify OpenDJ LDAP connection parameters |
| | | * |
| | | * Directory server port number [1389]: |
| | | * </pre> |