Method: Rex::Socket::Parameters#ssl_cipher
- Defined in:
- lib/rex/socket/parameters.rb
#ssl_cipher ⇒ String, Array
What specific SSL Cipher(s) to use, may be a string containing the cipher name or an array of strings containing cipher names e.g.
- “DHE-RSA-AES256-SHA”, “DHE-DSS-AES256-SHA”
335 336 337 |
# File 'lib/rex/socket/parameters.rb', line 335 def ssl_cipher @ssl_cipher end |