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

pub struct SslCipher(_);

Methods from Deref<Target = SslCipherRef>

[src]

Returns the name of cipher.

[src]

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

[src]

Returns the number of bits used for the cipher.

[src]

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.

[src]

Constructs an instance of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Deref for SslCipher
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for SslCipher
[src]

[src]

Mutably dereferences the value.