Package | Description |
---|---|
com.sshtools.j2ssh.transport.publickey |
Modifier and Type | Class and Description |
---|---|
class |
OpenSSHPublicKeyFormat |
class |
SECSHPublicKeyFormat |
Modifier and Type | Method and Description |
---|---|
SshPublicKeyFormat |
SshPublicKeyFile.getFormat() |
static SshPublicKeyFormat |
SshPublicKeyFormatFactory.newInstance(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SshKeyGenerator.convertPublicKeyFile(java.io.File f,
SshPublicKeyFormat convert) |
static SshPublicKeyFile |
SshPublicKeyFile.create(SshPublicKey key,
SshPublicKeyFormat format) |
void |
SshPublicKeyFile.setFormat(SshPublicKeyFormat newFormat) |
Constructor and Description |
---|
SshPublicKeyFile(byte[] keyblob,
SshPublicKeyFormat format)
Creates a new SshPublicKeyFile object.
|
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.