|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which all public key formats must implement to provide decoding of the public key into a suitable format for the API.
Method Summary | |
java.lang.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 |
public SshPublicKey toPublicKey() throws java.io.IOException
java.io.IOException
public java.lang.String getComment()
public byte[] getFormattedKey() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |