DtlsServerProtocol
public DtlsServerProtocol()
public virtual DtlsTransport Accept(TlsServer server, DatagramTransport transport, DtlsRequest request)
protected virtual byte[] GenerateCertificateRequest(ServerHandshakeState state, CertificateRequest certificateRequest)
protected virtual byte[] GenerateCertificateStatus(ServerHandshakeState state, CertificateStatus certificateStatus)
protected virtual byte[] GenerateNewSessionTicket(ServerHandshakeState state, NewSessionTicket newSessionTicket)
protected virtual void NotifyClientCertificate(ServerHandshakeState state, Certificate clientCertificate)
protected virtual void ProcessCertificateVerify(ServerHandshakeState state, byte[] body, TlsHandshakeHash handshakeHash)