|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshPublicKeyFile | |
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 SshPublicKeyFile in com.sshtools.publickey |
Methods in com.sshtools.publickey that return SshPublicKeyFile | |
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. |
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
java.lang.String comment,
int format)
Create a file representation from an existing public key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |