|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.transport.TLSTM.DefaultSSLEngineConfiguration
protected class TLSTM.DefaultSSLEngineConfiguration
Constructor Summary | |
---|---|
protected |
TLSTM.DefaultSSLEngineConfiguration()
|
Method Summary | |
---|---|
void |
configure(javax.net.ssl.SSLEngine sslEngine)
Configure the supplied SSLEngine for TLS. |
javax.net.ssl.SSLContext |
getSSLContext(boolean useClientMode,
TransportStateReference transportStateReference)
Gets the SSLContext for this SSL connection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TLSTM.DefaultSSLEngineConfiguration()
Method Detail |
---|
public void configure(javax.net.ssl.SSLEngine sslEngine)
sslEngine
- a SSLEngine
to configure.public javax.net.ssl.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 2005-2011 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |