org.neo4j.server.security
Class KeyStoreFactory

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

public class KeyStoreFactory
extends Object


Constructor Summary
KeyStoreFactory()
           
 
Method Summary
 KeyStoreInformation createKeyStore(File keyStorePath, File privateKeyPath, File certificatePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyStoreFactory

public KeyStoreFactory()
Method Detail

createKeyStore

public KeyStoreInformation createKeyStore(File keyStorePath,
                                          File privateKeyPath,
                                          File certificatePath)


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