|
SmartFTP FTP Library
|
Provides a centralized toolkit for creating, loading, and managing SSH user identity keys. More...
import "sfFTPLib.idl";
Provides a centralized toolkit for creating, loading, and managing SSH user identity keys.
The Role: The KeyManager acts as a factory and conversion tool for SSH keys. While the connection object uses an abstract IKey interface, this class handles the specific details of reading and writing the various file formats used on disk.
Key Capabilities:
Usage: Create an instance of this class to load your private key file, then pass the resulting IKey object to ISSHConnection::PrivateKey.