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

pub struct SslCipher(_);

Information about a cipher.

Methods from Deref<Target = SslCipherRef>

[src]

Returns the name of the cipher.

This corresponds to SSL_CIPHER_get_name.

[src]

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

This corresponds to SSL_CIPHER_get_version.

[src]

Returns the number of bits used for the cipher.

This corresponds to SSL_CIPHER_get_bits.

[src]

Returns a textual description of the cipher.

This corresponds to SSL_CIPHER_description.

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.