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