Package | Description |
---|---|
org.apache.sshd.common.cipher |
Cipher
implementations. |
org.apache.sshd.common.config.keys | |
org.apache.sshd.common.keyprovider |
Modifier and Type | Class and Description |
---|---|
class |
ECCurves
Utilities for working with elliptic curves.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizedKeyEntry
Represents an entry in the user's
authorized_keys file according
to the OpenSSH format. |
class |
PublicKeyEntry
Represents a
PublicKey whose data is formatted according to
the OpenSSH format: |
Modifier and Type | Method and Description |
---|---|
static <I extends KeyTypeIndicator> |
KeyTypeIndicator.groupByKeyType(java.util.Collection<? extends I> indicators) |