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 | Class and Description |
---|---|
class |
OpenSSHPublicKeyFile |
class |
SECSHPublicKeyFile |
Modifier and Type | Method and Description |
---|---|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
String comment,
int format)
Create a file representation from an existing public key.
|
static SshPublicKeyFile |
SshPublicKeyFileFactory.create(SshPublicKey key,
String options,
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(InputStream in)
Parse a formatted key from an InputStream and return a file
representation.
|
Copyright © 2024. All rights reserved.