|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshPublicKeyFormat | |
---|---|
com.sshtools.j2ssh.transport.publickey |
Uses of SshPublicKeyFormat in com.sshtools.j2ssh.transport.publickey |
---|
Classes in com.sshtools.j2ssh.transport.publickey that implement SshPublicKeyFormat | |
---|---|
class |
OpenSSHPublicKeyFormat
|
class |
SECSHPublicKeyFormat
|
Methods in com.sshtools.j2ssh.transport.publickey that return SshPublicKeyFormat | |
---|---|
SshPublicKeyFormat |
SshPublicKeyFile.getFormat()
|
static SshPublicKeyFormat |
SshPublicKeyFormatFactory.newInstance(java.lang.String type)
|
Methods in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormat | |
---|---|
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)
|
Constructors in com.sshtools.j2ssh.transport.publickey with parameters of type SshPublicKeyFormat | |
---|---|
SshPublicKeyFile(byte[] keyblob,
SshPublicKeyFormat format)
Creates a new SshPublicKeyFile object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |