Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.auth | |
com.sshtools.publickey |
Modifier and Type | Method and Description |
---|---|
Iterator<SshPublicKeyFile> |
PublicKeyAuthenticationProvider.getKeys(Connection con) |
Modifier and Type | Method and Description |
---|---|
Iterator<SshPublicKeyFile> |
UniversalAuthenticationProvider.getKeys(Connection con) |
Iterator<SshPublicKeyFile> |
OpenSshCertificateAuthenticationProvider.getKeys(Connection con) |
Iterator<SshPublicKeyFile> |
InMemoryPublicKeyProvider.getKeys(Connection con) |
Iterator<SshPublicKeyFile> |
DefaultPublicKeyAuthenticationProvider.getKeys(Connection con) |
Iterator<SshPublicKeyFile> |
AuthorizedKeysPublicKeyAuthenticationProvider.getKeys(Connection con) |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHPublicKeyFile |
class |
SECSHPublicKeyFile |
Modifier and Type | Method and Description |
---|---|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
String comment,
int format)
Create a file representation from an existing public key.
|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
String options,
String comment,
int format)
Create a file representation from an existing public key.
|
static SshPublicKeyFile |
SshPublicKeyFileFactory.parse(byte[] formattedkey)
Parse a formatted public key and return a file representation.
|
static SshPublicKeyFile |
SshPublicKeyFileFactory.parse(InputStream in)
Parse a formatted key from an InputStream and return a file
representation.
|
Copyright © 2024. All rights reserved.