Struct libp2p_websocket::tls::Builder [−][src]
pub struct Builder { /* fields omitted */ }
Expand description
TLS configuration builder.
Implementations
pub fn server<I>(
&mut self,
key: PrivateKey,
certs: I
) -> Result<&mut Self, Error> where
I: IntoIterator<Item = Certificate>,
pub fn server<I>(
&mut self,
key: PrivateKey,
certs: I
) -> Result<&mut Self, Error> where
I: IntoIterator<Item = Certificate>,
Set server key and certificate chain.
Add an additional trust anchor.
Auto Trait Implementations
impl !RefUnwindSafe for Builder
impl !UnwindSafe for Builder