Struct security_framework::secure_transport::ServerBuilder [] [src]

pub struct ServerBuilder { /* fields omitted */ }

A builder type to simplify the creation of server-side SslStreams.

Methods

impl ServerBuilder
[src]

Creates a new ServerBuilder which will use the specified identity and certificate chain for handshakes.

Initiates a new SSL/TLS session over a stream.

Trait Implementations

impl Debug for ServerBuilder
[src]

Formats the value using the given formatter.