TLSSocket.prototype.getSharedSigalgs - Node documentation
method TLSSocket.prototype.getSharedSigalgs

Usage in Deno

import { TLSSocket } from "node:tls";
TLSSocket.prototype.getSharedSigalgs(): string[]

See SSL_get_shared_sigalgs for more information.

Return Type

string[]

List of signature algorithms shared between the server and the client in the order of decreasing preference.