Struct libtls::Ciphers [] [src]

pub struct Ciphers(_);

A list of enabled encryption algorithms.

Methods

impl Ciphers
[src]

Construct a cipher list from a textual list, like a config file would use.

Construct a secure default list of ciphers.

Construct a backwards-compatible default list of ciphers.

Construct a backwards-compatible default list of ciphers.

Trait Implementations

impl Debug for Ciphers
[src]

Formats the value using the given formatter.

impl Clone for Ciphers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Ciphers
[src]

Returns the "default value" for a type. Read more