|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SshPublicKeyFile
Interface which all public key formats must implement to provide decoding of the public key into a suitable format for the API.
| Method Summary | |
|---|---|
String |
getComment()
Get the comment applied to the key file. |
byte[] |
getFormattedKey()
Get the formatted key. |
SshPublicKey |
toPublicKey()
Convert the key file into a usable SshPublicKey. |
| Method Detail |
|---|
SshPublicKey toPublicKey()
throws IOException
IOExceptionString getComment()
byte[] getFormattedKey()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||