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
IOException
String getComment()
byte[] getFormattedKey() throws IOException
IOException
String getOptions()
Copyright © 2024. All rights reserved.