create a socket factory with the specified configuration
Parameters: config - - the ssl configuration - the socket factory throws: IOException - if the SSL keystore file could not be opened throws: GeneralSecurityException - if the SSL keystore file access is denied
create a ssl context
Parameters: config - - ssl config - the ssl context throws: IOException - if the SSL keystore file could not be opened throws: GeneralSecurityException - if the SSL keystore file access is denied
create a server socket factory with the specified configuration
Parameters: config - - the ssl configuration - the socket factory throws: SSLException - - could not create factory