Make it possible to use a password in combination with a key path.
Recommendations on how to make the test cases more useful would be appreciated, all I could come up with was being able to load the full KeyPair from just the private key content.
Additional convenience methods were added to allow users to pass in a File object instead of having to call f.toPath() but I can remove those if there are any objections.
Resolves #36
Make it possible to use a password in combination with a key path.
Recommendations on how to make the test cases more useful would be appreciated, all I could come up with was being able to load the full KeyPair from just the private key content.
Additional convenience methods were added to allow users to pass in a
File
object instead of having to callf.toPath()
but I can remove those if there are any objections.