public class SECSHPublicKeyFile extends Base64EncodedFileFormat implements SshPublicKeyFile
begin, end
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
|
void |
setComment(String comment) |
SshPublicKey |
toPublicKey()
Convert the key file into a usable SshPublicKey.
|
String |
toString() |
formatKey, getHeaderValue, getKeyBlob, isFormatted, setHeaderValue
public String getComment()
SshPublicKeyFile
getComment
in interface SshPublicKeyFile
public SshPublicKey toPublicKey() throws IOException
SshPublicKeyFile
toPublicKey
in interface SshPublicKeyFile
IOException
public byte[] getFormattedKey() throws IOException
SshPublicKeyFile
getFormattedKey
in interface SshPublicKeyFile
IOException
public void setComment(String comment)
public String getOptions()
SshPublicKeyFile
getOptions
in interface SshPublicKeyFile
Copyright © 2024. All rights reserved.