Modifier | Constructor and Description |
---|---|
protected |
TLSTM.DefaultSSLEngineConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configure(SSLEngine sslEngine)
Configure the supplied SSLEngine for TLS.
|
SSLContext |
getSSLContext(boolean useClientMode,
TransportStateReference transportStateReference)
Gets the SSLContext for this SSL connection.
|
protected TLSTM.DefaultSSLEngineConfiguration()
public void configure(SSLEngine sslEngine)
sslEngine
- a SSLEngine
to configure.public SSLContext getSSLContext(boolean useClientMode, TransportStateReference transportStateReference)
useClientMode
- true
if the connection is established in client mode.transportStateReference
- the transportStateReference with additional
security information for the SSL connection
to establish.Copyright © 2013 SNMP4J.org. All rights reserved.