Programmer's Reference
- 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.
- SSLV2 - SSL version 2
- SSLV3 - SSL version 3
- SSLV23 - SSL version 2 or 3
- TLSV1 - TLS version 1 (sometimes called 3.1).
- 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 ]