- java.lang.Object
-
- org.snmp4j.transport.DTLSTM.DefaultSSLEngineConfiguration
-
- Enclosing class:
- DTLSTM
protected class DTLSTM.DefaultSSLEngineConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultSSLEngineConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(javax.net.ssl.SSLEngine sslEngine)
javax.net.ssl.SSLContext
getSSLContext(boolean useClientMode, TransportStateReference transportStateReference)
-
-
-
Method Detail
-
configure
public void configure(javax.net.ssl.SSLEngine sslEngine)
-
getSSLContext
public javax.net.ssl.SSLContext getSSLContext(boolean useClientMode, TransportStateReference transportStateReference)
-
-