| Package | Description |
|---|---|
| com.sshtools.common.auth | |
| com.sshtools.common.publickey |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<SshPublicKeyFile> |
AbstractPublicKeyAuthenticationProvider.getKeys(SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
AuthorizedKeysPublicKeyAuthenticationProvider.getKeys(SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
PublicKeyAuthenticationProvider.getKeys(SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
UniversalAuthenticationProvider.getKeys(SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
OpenSshCertificateAuthenticationProvider.getKeys(SshConnection con) |
java.util.Iterator<SshPublicKeyFile> |
PublicKeyAuthenticationAdapter.getKeys(SshConnection con) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSSHPublicKeyFile |
class |
SECSHPublicKeyFile |
| Modifier and Type | Method and Description |
|---|---|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
java.lang.String comment,
int format)
Create a file representation from an existing public key.
|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
java.lang.String options,
java.lang.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(java.io.InputStream in)
Parse a formatted key from an InputStream and return a file
representation.
|
Copyright © 2022. All rights reserved.