| Class | Description |
|---|---|
| AuthorizedKeyValidator |
class to verify the options string in a openssh AuthorizedKeys file
|
| BadKeyFactory |
Simple class to implement a table of forbidden ssh keys
|
| KeySigner |
Class to generate OpenSSH signed keys
|
| PublicKeyReaderUtil |
The class is a utility class to read OpenSSH or SECSH encoded public key
texts.
|
| RsaKeyValidator | |
| RsaPublicKeyArrayInput | |
| RsaPublicKeyInput | |
| SimpleKeyInput | |
| SshPublicKeyArrayInput |
Input for array of SSH public keys.
|
| SshPublicKeyInput |
Input for SSH public keys.
|
| Enum | Description |
|---|---|
| PublicKeyReaderUtil.PublicKeyParseException.ErrorCode |
Enumeration of the error codes if the public key could not parsed.
|
| Exception | Description |
|---|---|
| PublicKeyReaderUtil.PublicKeyParseException |
The Exception is throws if the public key encoded text could not be
parsed.
|