# File lib/net/ssh/transport/openssl.rb, line 64
64:       def to_blob
65:         @blob ||= Net::SSH::Buffer.from(:string, ssh_type, :bignum, e, :bignum, n).to_s
66:       end