| Package | Description |
|---|---|
| com.sshtools.common.publickey |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSSHPrivateKeyFile |
| Modifier and Type | Method and Description |
|---|---|
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase,
int format) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase,
java.lang.String comment) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase,
java.lang.String comment,
int format) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(byte[] formattedkey)
Parse formatted data and return a suitable SshPrivateKeyFile implementation.
|
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(java.io.InputStream in)
Parse an InputStream and return a suitable SshPrivateKeyFile implementation.
|
Copyright © 2022. All rights reserved.