Home | Trees | Indices | Help |
|
---|
|
object --+ | CipherSuite
Encapsulates a cipher suite. Members/args: * code: two-byte ID code, as int * name: as in 'TLS_RSA_WITH_RC4_40_MD5' * kx: key exchange algorithm, string * auth: authentication algorithm, string * encoding: encoding algorithm * mac: message authentication code algorithm
|
|||
|
|||
|
|||
Inherited from |
|
|||
MAC_SIZES =
|
|||
BLOCK_SIZES =
|
|
|||
mac_size In bytes. |
|||
block_size In bytes. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
mac_sizeIn bytes. Default to 0.
|
block_sizeIn bytes. Default to 1.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 19 07:50:06 2015 | http://epydoc.sourceforge.net |