-
- All Implemented Interfaces:
public final class Ssl
-
-
Field Summary
Fields Modifier and Type Field Description private final SslKeystoresslKeystore
-
Constructor Summary
Constructors Constructor Description Ssl(SslKeystore sslKeystore)Ssl()
-
Method Summary
Modifier and Type Method Description final SslKeystoregetSslKeystore()final SSLEnginesslEngine()final SSLContextsslContext()-
-
Constructor Detail
-
Ssl
Ssl(SslKeystore sslKeystore)
-
Ssl
Ssl()
-
-
Method Detail
-
getSslKeystore
final SslKeystore getSslKeystore()
-
sslContext
final SSLContext sslContext()
-
-
-
-