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

pub struct SslCipher(_);

Methods from Deref<Target = SslCipherRef>

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 ForeignType for SslCipher
[src]

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Deref for SslCipher
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for SslCipher
[src]

The method called to mutably dereference a value