Struct openssl::ssl::SslCipherRef [] [src]

pub struct SslCipherRef(_);

Methods

impl SslCipherRef
[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

Trait Implementations

impl OpenSslTypeRef for SslCipherRef
[src]

The raw C type.

Constructs a shared instance of this type from its raw type.

Constructs a mutable reference of this type from its raw type.

Returns a raw pointer to the wrapped value.