OpenSmpp / opensmpp

OpenSmpp - Java library implementing the SMPP protocol, and allowing development of External Short Message Entities (ESMEs) and more.
http://opensmpp.org/
Other
188 stars 169 forks source link

Adding TLS capabilities to client and server, modifications to Connec… #44

Open jbhesania opened 5 years ago

jbhesania commented 5 years ago

…tion classes

Using an SSLConnection was not possible because it was being referenced within TCPIPConnection without a getter. Added getters to allow overriding. Added use of SSL to server and client. In Simulator, an SSL connection is used if the keystore and keystore password are provided. In SMPPSender, an SSL connection is used if "tls" is a command line arg. For anyone not using those options, functionality does not change it all.