org.neo4j.server.security
Class KeyStoreInformation

java.lang.Object
  extended by org.neo4j.server.security.KeyStoreInformation

public class KeyStoreInformation
extends Object


Constructor Summary
KeyStoreInformation(String keyStorePath, char[] keyStorePassword, char[] keyPassword)
           
 
Method Summary
 char[] getKeyPassword()
           
 char[] getKeyStorePassword()
           
 String getKeyStorePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreInformation

public KeyStoreInformation(String keyStorePath,
                           char[] keyStorePassword,
                           char[] keyPassword)
Method Detail

getKeyStorePath

public String getKeyStorePath()

getKeyStorePassword

public char[] getKeyStorePassword()

getKeyPassword

public char[] getKeyPassword()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.