Skip to main content
TLSSocket.prototype.getSharedSigalgs - node__tls.d.ts - Node documentation
method TLSSocket.prototype.getSharedSigalgs

Usage in Deno

```typescript import { TLSSocket } from "node:node__tls.d.ts"; ```
TLSSocket.prototype.getSharedSigalgs(): string[]
See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information.

Return Type

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