Interface SshRsaPrivateKey

All Superinterfaces:
SshPrivateKey
All Known Subinterfaces:
SshRsaPrivateCrtKey
All Known Implementing Classes:
Ssh2RsaPrivateCrtKey, Ssh2RsaPrivateKey

public interface SshRsaPrivateKey extends SshPrivateKey
This interface should be implemented by all RSA private key implementations.
Author:
Lee David Painter