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

pub struct SslCipherRef(_);

Reference to an SslCipher.

Methods

impl SslCipherRef
[src]

[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 ForeignTypeRef for SslCipherRef
[src]

The raw C type.

[src]

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

[src]

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

[src]

Returns a raw pointer to the wrapped value.