Dtls13Server.signCertificateVerify
ubyte[] signCertificateVerify(const(ubyte)[] message)Sign the CertificateVerify message content.
Parameters
message | The content to sign. |
Returns
The signature bytes.
Throws
TlsException when no private key is configured or the
key type is unsupported.