public class KeyStoreInformation extends Object
| Constructor and Description |
|---|
KeyStoreInformation(KeyStore keyStore,
char[] keyStorePassword,
char[] keyPassword,
File privateKeyPath,
File certificatePath) |
| Modifier and Type | Method and Description |
|---|---|
File |
getCertificatePath() |
char[] |
getKeyPassword() |
KeyStore |
getKeyStore() |
char[] |
getKeyStorePassword() |
File |
getPrivateKeyPath() |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.