|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SshPublicKeyFile | |
|---|---|
| com.maverick.ssh.components.publickey | |
| Uses of SshPublicKeyFile in com.maverick.ssh.components.publickey |
|---|
| Classes in com.maverick.ssh.components.publickey that implement SshPublicKeyFile | |
|---|---|
class |
OpenSSHPublicKeyFile
|
class |
SECSHPublicKeyFile
|
| Methods in com.maverick.ssh.components.publickey that return SshPublicKeyFile | |
|---|---|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||