# File lib/net/ssh/transport/openssl.rb, line 91
91:       def to_blob
92:         @blob ||= Net::SSH::Buffer.from(:string, ssh_type,
93:           :bignum, p, :bignum, q, :bignum, g, :bignum, pub_key).to_s
94:       end