public interface SshPublicKeyFile
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Get the comment applied to the key file.
|
byte[] |
getFormattedKey()
Get the formatted key.
|
String |
getOptions()
Get the options string applied to the key file
|
SshPublicKey |
toPublicKey()
Convert the key file into a usable SshPublicKey.
|
SshPublicKey toPublicKey() throws IOException
IOExceptionString getComment()
byte[] getFormattedKey()
throws IOException
IOExceptionString getOptions()
Copyright © 2025. All rights reserved.