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