# File lib/net/ssh/transport/ossl/buffer.rb, line 41 def read_key type = read_string return ( type ? read_keyblob( type ) : nil ) end