Package | Description |
---|---|
com.sshtools.publickey |
This package contains utility classes for loading/storing public/private keys
and is based on the SSHTools key format architecture.
|
Modifier and Type | Method and Description |
---|---|
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.create(SshKeyPair pair,
String passphrase,
String comment,
int format) |
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(byte[] formattedkey)
Parse formatted data and return a suitable SshPrivateKeyFile implementation.
|
static SshPrivateKeyFile |
SshPrivateKeyFileFactory.parse(InputStream in)
Parse an InputStream and return a suitable SshPrivateKeyFile implementation.
|
Copyright © 2024. All rights reserved.