Public Member Functions |
|
__construct ($sslcontrolObj, $parent) | |
__get ($varName) | |
__set ($varName, $varValue) | |
getSessionObj () | |
getSslControlObj () | |
save () |
Member Function Documentation
SslControl::__get | ( | $ | varName | ) |
Get member.
member |
description |
---|---|
allowedVersions |
the allowed SSL versions |
maxChainDepth |
maximum depth of verification |
cipherSuite |
the cipher suite to be used |
useEphemeralKey |
use/not use ephemeral keys |
certFile |
path for certification chain file |
caFile |
path for Certificate Authority file |
dhParamFile |
path to Diffie-Hellman parameter file |
requestClientAuth |
request/not request client authentication |
SslControl::__set | ( | $ | varName, | |
$ | varValue | |||
) |
Set member.
member |
description |
---|---|
allowedVersions |
the allowed SSL versions |
maxChainDepth |
maximum depth of verification |
cipherSuite |
the cipher suite to be used |
useEphemeralKey |
use/not use ephemeral keys |
certFile |
path for certification chain file |
caFile |
path for Certificate Authority file |
dhParamFile |
path to Diffie-Hellman parameter file |
requestClientAuth |
request/not request client authentication |
SslControl::save | ( | ) |
saves member changes
- Returns:
- bool