| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.server.config.keys |
| Modifier and Type | Method and Description |
|---|---|
static <E extends PublicKeyEntry> |
PublicKeyEntry.parsePublicKeyEntry(E entry,
String data) |
| Modifier and Type | Method and Description |
|---|---|
static PublicKeyEntry |
PublicKeyEntry.parsePublicKeyEntry(String data) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PublicKeyEntry.isEquivalent(PublicKeyEntry e) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizedKeyEntry
Represents an entry in the user's
authorized_keys file according
to the OpenSSH format. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.