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 str
Returns the name of cipher.
pub fn version(&self) -> &'static str
[src]
pub fn version(&self) -> &'static str
Returns the SSL/TLS protocol version that first defined the cipher.
pub fn bits(&self) -> CipherBits
[src]
pub fn bits(&self) -> CipherBits
Returns 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