netty5/handler/src/test
Norman Maurer 5ac84760c4 Allow to create SslContext from existing PrivateKey / X509Certificate
Motivation:

Sometimes the user already has a PrivateKey / X509Certificate which should be used to create a new SslContext. At the moment we only allow to construct it via Files.

Modifications:

- Add new methods to the SslContextBuilder to allow creating a SslContext from PrivateKey / X509Certificate
- Mark all public constructors of *SslContext as @Deprecated, the user should use SslContextBuilder
- Update tests to us SslContextBuilder.

Result:

Creating of SslContext is possible with PrivateKay/X509Certificate
2015-08-12 15:05:58 +02:00
..
java/io/netty/handler Allow to create SslContext from existing PrivateKey / X509Certificate 2015-08-12 15:05:58 +02:00
resources/io/netty/handler/ssl Backport ALPN and Mutual Auth SSL 2014-10-31 12:52:26 +09:00