public class

SslUtils

extends Object
java.lang.Object
   ↳ com.ning.http.util.SslUtils

Class Overview

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

Summary

Public Constructors
SslUtils()
Public Methods
static SSLContext getSSLContext()
static SSLEngine getSSLEngine()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SslUtils ()

Public Methods

public static SSLContext getSSLContext ()

Throws
GeneralSecurityException
IOException

public static SSLEngine getSSLEngine ()

Throws
GeneralSecurityException
IOException