Trees | Indices | Help |
---|
|
object --+ | SSLSupport
A mixin module allowing SSL attributes to be set on classes
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Set whether the server or client will use SSL. Keyword arguments:
|
Set the path to the SSL key store. This method should only be used with the client/server in SSL mode, i.e. after {#ssl=} has been set to true. The SSL key store is a standard Java Key Store, and should contain the client/server certificate. For a client, it's only necessary to supply a client key store if the server requires client authentication via client certificates. Keyword arguments:
|
Set the password for the SSL key store. This method should only be used with the client in SSL mode, i.e. after ssl has been set to true. Keyword arguments:
|
Set the path to the SSL trust store. This method should only be used with the client/server in SSL mode, i.e. after {#ssl=} has been set to true. The SSL trust store is a standard Java Key Store, and should contain the certificate(s) of the clients/servers that the server/client trusts. The SSL handshake will fail if the server provides a certificate that the client does not trust, or if client authentication is used, if the client provides a certificate the server does not trust. Keyword arguments:
|
Set the password for the SSL trust store. This method should only be used with the client in SSL mode, i.e. after {#ssl=} has been set to true. Keyword arguments:
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Jul 31 19:03:08 2012 | http://epydoc.sourceforge.net |