Home | Trees | Indices | Help |
---|
|
Common API for calculating Premaster secret
NOT stable, will get moved from this file
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|
|||
Inherited from |
|
Initialize KeyExchange. privateKey is the signing private key
|
Create a Certificate Verify message
|
Create a ClientKeyExchange object Returns a ClientKeyExchange for the second flight from client in the handshake. |
Create a ServerKeyExchange object Returns a ServerKeyExchange object for the server's initial leg in the handshake. If the key exchange method does not send ServerKeyExchange (e.g. RSA), it returns None. |
Process ClientKeyExchange and return premaster secret Processes the client's ClientKeyExchange message and returns the premaster secret. Raises TLSLocalAlert on error. |
Sign a server key best matching supported algorithms
|
Verify signature on the Server Key Exchange message the only acceptable signature algorithms are specified by validSigAlgs |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 14 19:33:30 2016 | http://epydoc.sourceforge.net |