com.myjavaworld.jftp.ssl
Class JFTPSSLContext

java.lang.Object
  extended by com.myjavaworld.jftp.ssl.JFTPSSLContext

public class JFTPSSLContext
extends Object

Author:
Sai Pullabhotla, psai [at] jMethods [dot] com To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
JFTPSSLContext()
           
 
Method Summary
static SSLContext getSSLContext(JFTP jftp, String hostName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFTPSSLContext

public JFTPSSLContext()
Method Detail

getSSLContext

public static SSLContext getSSLContext(JFTP jftp,
                                       String hostName)
                                throws KeyManagementException,
                                       KeyStoreException,
                                       NoSuchAlgorithmException,
                                       UnrecoverableKeyException
Throws:
KeyManagementException
KeyStoreException
NoSuchAlgorithmException
UnrecoverableKeyException


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.