Dtls13Server.computeSignature

private ubyte[] computeSignature(const(ubyte)[] message)

Signs a message with the configured private key.

Parameters

messageThe content to sign.

Returns

The signature bytes.

Throws

TlsException when no private key is configured or the

key type is unsupported.