Programmer's Reference

Instance Methods

certificateFilename
Answers the certificate filename for the SciSslSocketConfiguration instance.

certificateFilename: aFilename
Sets the certificate filename for the SciSslSocketConfiguration instance.

getSciSslContext
Answers the context associated with this instance of SciSslSocketConfiguration stored in the ContextRegistry. If none exists, it creates a new context, stores it in the ContextRegistry with this SciSslSocketConfiguration as its key, and answers the newly created instance of SciSslContext.

privateKeyFilename
Answers the name of the private key file for this configuration.

privateKeyFilename: aFilename
Sets the private key filename for this configuration to aFilename.

setContextCipherList
Sets the list of supported ciphers for this configuration. By default, this function sets the cipher list to include all ciphers supported by the OpenSSL implementation.

sslVersion
Answers the SSL version of this configuration: SSLV2, SSLV23, SSLV3, TLSV1. These versions are defined in the SciSslConstants pool dictionary.

sslVersion: anSslMethod
Sets the SSL version of this configuration to anSslMethod. Valid values for anSslMethod can be found in the SciSslConstants pool dictionary.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]