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

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

Methods

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

fn name(&self) -> &'static str

Returns the name of cipher.

fn version(&self) -> &'static str

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

fn bits(&self) -> CipherBits

Returns the number of bits used for the cipher.

fn description(&self) -> Option<String>

Returns a textual description of the cipher used