|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshPrivateKeyFile | |
com.sshtools.publickey | This package contains utility classes for loading/storing public/private keys and is based on the SSHTools key format architecture. |
Uses of SshPrivateKeyFile in com.sshtools.publickey |
Methods in com.sshtools.publickey that return SshPrivateKeyFile | |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(byte[] formattedkey)
Parse formatted data and return a suitable SshPrivateKeyFile implemenation. |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(java.io.InputStream in)
Parse an InputStrewam and return a suitable SshPrivateKeyFile implementation. |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
java.lang.String passphrase,
java.lang.String comment,
int format)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |