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