com.ning.http.util
Class SslUtils

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

public class SslUtils
extends java.lang.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 javax.net.ssl.SSLContext getSSLContext()
           
static javax.net.ssl.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 javax.net.ssl.SSLEngine getSSLEngine()
                                            throws java.security.GeneralSecurityException,
                                                   java.io.IOException
Throws:
java.security.GeneralSecurityException
java.io.IOException

getSSLContext

public static javax.net.ssl.SSLContext getSSLContext()
                                              throws java.security.GeneralSecurityException,
                                                     java.io.IOException
Throws:
java.security.GeneralSecurityException
java.io.IOException


Copyright © 2011. All Rights Reserved.