An object representing SSLCipherSuiteInformation.
|
__init__(obj)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
|
|
string)
|
format(level=0,
indent=' ')
This is equivalent to:
indented_format(obj.format_lines()) on an object providing a format_lines() method. |
|
|
[(level, string),...]
|
format_lines(level=0)
Formats the object into a sequence of lines with indent level
information. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
auth_algorithm
Returns the auth algorithm enum
|
|
auth_algorithm_name
Returns the auth algorithm name
|
|
cipher_suite
Returns the cipher suite enum
|
|
cipher_suite_name
Returns the cipher suite name
|
|
effective_key_bits
Returns the effective key bits
|
|
is_exportable
Returns True if exportable, False otherwise
|
|
is_fips
Returns True if FIPS, False otherwise
|
|
is_nonstandard
Returns True if nonstandard, False otherwise
|
|
kea_type
Returns the kea type enum
|
|
kea_type_name
Returns the kea type name
|
|
mac_algorithm
Returns the mac algorithm enum
|
|
mac_algorithm_name
Returns the mac algorithm name
|
|
mac_bits
Returns the mac bits
|
|
symmetric_cipher
Returns the symmetric cipher enum
|
|
symmetric_cipher_name
Returns the symmetric cipher name
|
|
symmetric_key_bits
Returns the symmetric key bits
|
|
symmetric_key_space
Returns the symmetric key space
|
Inherited from object :
__class__
|