
Convert::SSH2::Format::Base - Base class for SSH2 formatters

Subclass this module to implement your own RSA SSH2 key reformatters.

The public exponent component of an RSA public key.
The modulus component of an RSA public key.
How many characters should make a line. Defaults to 64.

Using n and e,
generate a representation in a specific format.
Given a string,
insert newlines every line_width characters.
Returns formatted string.
