Struct openssl::ssl::SslCipher[][src]

pub struct SslCipher<'a> { /* fields omitted */ }

Methods

impl<'a> SslCipher<'a>
[src]

Returns the name of cipher.

Returns the SSL/TLS protocol version that first defined the cipher.

Returns the number of bits used for the cipher.

Returns a textual description of the cipher used

Auto Trait Implementations

impl<'a> !Send for SslCipher<'a>

impl<'a> !Sync for SslCipher<'a>