This package is my own implementation of RSA encryption for my {@link ssh} class. It is factored out neatly because I figured something like the Java Cryptography Extension (JCE) would come along to replace it. @todo Replace with JCE calls. Use cryptix, or turn this package into a JCE provider. @author jonh@cs.dartmouth.edu