Function createSSLContext

Creates a new context of the given kind.

Prototype

SSLContext createSSLContext(
  SSLContextKind kind,
  SSLVersion ver
);

Parameters

NameDescription
kind Specifies if the context is going to be used on the client or on the server end of the SSL tunnel
ver The SSL/TLS protocol used for negotiating the tunnel

Authors

Sönke Ludwig

Copyright

© 2012-2014 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.