Dtls12Server.computeSignature
private
ubyte[] computeSignature(const(ubyte)[] message)Signs a message with the configured private key.
Parameters
message | The content to sign. |
Returns
The signature bytes.
Throws
TlsException when no private key is configured or the
key type is unsupported.