Package edu.suffolk.litlab.efspserver
Class HttpsCallbackHandler
java.lang.Object
edu.suffolk.litlab.efspserver.HttpsCallbackHandler
- All Implemented Interfaces:
CallbackHandler
When the server is using TLS (HTTPS), incoming connections will use this object to decrypt the
incoming data.
See the ServerConfig.xml for more details.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpsCallbackHandler
public HttpsCallbackHandler()
-
-
Method Details
-
setCertPassword
-
handle
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-