Struct sslhash::AcceptorBuilder [] [src]

pub struct AcceptorBuilder { /* fields omitted */ }

Build an SslAcceptor with a generated (and by default cached) key

Methods

impl AcceptorBuilder
[src]

[src]

Set the number of RSA key bits. Default: 3072

[src]

Set the cache directory or disable caching. Default is the same directory as the EXE.

[src]

Build a random PKey object as well as a hash of the public key

[src]

Build a SslAcceptor with the output of build_pkey

Trait Implementations

impl Default for AcceptorBuilder
[src]

[src]

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