tls.getCiphers()
Returns an array with the names of the supported SSL ciphers.
Example:
1 2 | var ciphers = tls.getCiphers(); console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...] |
tls.getCiphers()
Returns an array with the names of the supported SSL ciphers.
Example:
1 2 | var ciphers = tls.getCiphers(); console.log(ciphers); // ['AES128-SHA', 'AES256-SHA', ...] |
Designed by : w10schools
service@w10schools.com
Please login to continue.