Package | Description |
---|---|
com.sshtools.j2ssh.openssh | |
com.sshtools.j2ssh.transport.publickey |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHPrivateKeyFormat |
Modifier and Type | Class and Description |
---|---|
class |
SshtoolsPrivateKeyFormat |
Modifier and Type | Method and Description |
---|---|
SshPrivateKeyFormat |
SshPrivateKeyFile.getFormat() |
static SshPrivateKeyFormat |
SshPrivateKeyFormatFactory.newInstance(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static SshPrivateKeyFile |
SshPrivateKeyFile.create(SshPrivateKey key,
java.lang.String passphrase,
SshPrivateKeyFormat format) |
void |
SshPrivateKeyFile.setFormat(SshPrivateKeyFormat newFormat,
java.lang.String passphrase) |
Constructor and Description |
---|
SshPrivateKeyFile(byte[] keyblob,
SshPrivateKeyFormat format)
Creates a new SshPrivateKeyFile object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.