| Interface | Description |
|---|---|
| SshIdentityManager |
Identity manager implementations are responsible for generating and parsing
various different formats of Public and Private keys.
|
| SshPrivateKeyFile |
Represent a persisted
SshPrivateKey. |
| SshPublicKeyFile |
Represent a persisted
SshPublicKey. |
| SshPublicKeySubsystem |
Some server / provider combinations will be able to support management of
authorized keys.
|
| Class | Description |
|---|---|
| SshKeyPair |
Composite of an
SshPrivateKey and an SshPublicKey. |
Copyright © 2018. All rights reserved.