Skip to main content
method TLSSocket.prototype.getSharedSigalgs
TLSSocket.prototype.getSharedSigalgs(): string[]
Deprecated

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.

Back to top