[][src]Crate udp_dtls

An abstraction over OpenSSL DTLS implementations.

Structs

Certificate

A wrapper type for an X509 certificate.

CertificateFingerprint
DtlsAcceptor

A builder for DtlsAcceptors. A builder for server-side DTLS connections.

DtlsAcceptorBuilder

A builder for DtlsAcceptors. With this builder you can configure the following DTLS properties:

DtlsConnector

A builder for client-side DTLS-connections.

DtlsConnectorBuilder

A builder for DtlsConnectors.

DtlsStream

A stream managing a DTLS session.

Identity

A cryptographic identity.

MidHandshakeDtlsStream

A DTLS stream which has been interrupted midway through the handshake process.

UdpChannel

Enums

Error

An error returned from the DTLS implementation.

HandshakeError

An error that can occur during the handshake-process.

Protocol

DTLS protocol versions.

SignatureAlgorithm
SrtpProfile

SRTP is the Secure Real-Time Transport Protocol.

SrtpProfileError

Type Definitions

Result

A typedef of the result-type returned by many methods.