struct Cipher

Represents a cipher suite.

References from:
Tls;
string
authentication
A keyword that identifies the cipher authentication algorithm.

For example: 'aRSA'.
string
encryption
A keyword that identifies the cipher encryption algorithm.

For example: 'AES'.
string
export
Shows 'EXPORT' if the cipher is classified as an EXPORT cipher, otherwise empty.
string
keyExchange
A keyword that identifies the cipher key exchange algorithm.

For example: 'kEDH'.
string
mac
A keyword that identifies the cipher Message Authentication Code algorithm.

For example: 'SHA'.
string
name
A keyword that identifies the cipher name.

For example: 'TLS_DHE_RSA_WITH_AES_256_CBC_SHA'.
string
protocolVersion
A keyword that identifies the cipher protocol version.

For example: 'TLSv1'.