public class OpenSSHPublicKeyFile extends Object implements 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
|
static boolean |
isFormatted(byte[] formattedkey) |
SshPublicKey |
toPublicKey()
Convert the key file into a usable SshPublicKey.
|
String |
toString() |
public byte[] getFormattedKey()
SshPublicKeyFilegetFormattedKey in interface SshPublicKeyFilepublic SshPublicKey toPublicKey() throws IOException
SshPublicKeyFiletoPublicKey in interface SshPublicKeyFileIOExceptionpublic String getComment()
SshPublicKeyFilegetComment in interface SshPublicKeyFilepublic String getOptions()
SshPublicKeyFilegetOptions in interface SshPublicKeyFilepublic static boolean isFormatted(byte[] formattedkey)
Copyright © 2025. All rights reserved.