Programmer's Reference

Instance methods:

certificate
Answers the certificate being used by the peer for the current connection.

certificate: anSslX509Certificate
Sets the context's certificate to be anSslX509Certificate.

anSslX509Certificate
Represents a pointer to a certificate stored in memory.

createOsObject
Creates the underlying SSL context in memory.

osObject: anOsObject
Sets the underlyng SSL context to anOsObject.

privateKey
Answers the privateKey used by this context to encrypt and decrypt data flowing over the SSL/TLS connection.

privateKey: anSslPrivateKey
Sets the privateKey used by this context to encrypt and decrypt data flowing over the SSL/TLS connection.

sslMethod
Answers the SSL method being used by this context. The SSL method describes the protocol version being used by the peer using this context.

sslMethod: anSslMethod
Sets the SSL method being used for this connection to be the method specified by aPlatformFunction.

anSslMethod
Wraps an underlying OpenSSL method function call.


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