Struct openssl::ssl::SslCipher [−][src]
pub struct SslCipher<'a> { /* fields omitted */ }Methods
impl<'a> SslCipher<'a>[src]
impl<'a> SslCipher<'a>pub fn name(&self) -> &'static str[src]
pub fn name(&self) -> &'static strReturns the name of cipher.
pub fn version(&self) -> &'static str[src]
pub fn version(&self) -> &'static strReturns the SSL/TLS protocol version that first defined the cipher.
pub fn bits(&self) -> CipherBits[src]
pub fn bits(&self) -> CipherBitsReturns the number of bits used for the cipher.
pub fn description(&self) -> Option<String>[src]
pub fn description(&self) -> Option<String>Returns a textual description of the cipher used