Package | Description |
---|---|
org.apache.sshd.common.config.keys |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizedKeyEntry
Represents an entry in the user's
authorized_keys file according
to the OpenSSH format. |
Modifier and Type | Method and Description |
---|---|
static <E extends PublicKeyEntry> |
PublicKeyEntry.parsePublicKeyEntry(E entry,
java.lang.String encData) |
Modifier and Type | Method and Description |
---|---|
static PublicKeyEntry |
PublicKeyEntry.parsePublicKeyEntry(java.lang.String encData) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PublicKeyEntry.isEquivalent(PublicKeyEntry e) |