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