Struct TlsAcceptor
tls_api_openssl
pub struct TlsAcceptor(_);
impl TlsAcceptor for TlsAcceptor
type Pkcs12 = Pkcs12
type Builder = TlsAcceptorBuilder
fn builder(pkcs12: Pkcs12) -> Result<TlsAcceptorBuilder>
fn accept<S>(&self, stream: S) -> Result<TlsStream<S>, HandshakeError<S>> where S: Read + Write + Debug + Send + Sync + 'static,