com.ning.http.util
Class SslUtils

java.lang.Object
  extended by com.ning.http.util.SslUtils

public class SslUtils
extends Object

This class is a copy of http://github.com/sonatype/wagon-ning/raw/master/src/main/java/org/apache/maven/wagon/providers/http/SslUtils.java


Constructor Summary
SslUtils()
           
 
Method Summary
static SSLContext getSSLContext()
           
static SSLEngine getSSLEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslUtils

public SslUtils()
Method Detail

getSSLEngine

public static SSLEngine getSSLEngine()
                              throws GeneralSecurityException,
                                     IOException
Throws:
GeneralSecurityException
IOException

getSSLContext

public static SSLContext getSSLContext()
                                throws GeneralSecurityException,
                                       IOException
Throws:
GeneralSecurityException
IOException


Copyright © 2011. All Rights Reserved.