SecureUtils

Members

Functions

getServerSslContext
SSLContext getServerSslContext()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createClientSession
SecureSession createClientSession(Connection connection, SecureSessionHandshakeListener handler, KeyCertOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
createClientSession
SecureSession createClientSession(Connection connection, SecureSessionHandshakeListener handler)
Undocumented in source. Be warned that the author may not have intended to support it.
createServerSession
SecureSession createServerSession(Connection connection, SecureSessionHandshakeListener handler)
Undocumented in source. Be warned that the author may not have intended to support it.
secureSessionFactory
SecureSessionFactory secureSessionFactory()

Get the SSL/TLS connection factory.

setServerCertificate
void setServerCertificate(KeyCertOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta