|
|||||||||
| 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 | |
|---|---|
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 |
|---|
SshPublicKey toPublicKey()
throws java.io.IOException
java.io.IOExceptionjava.lang.String getComment()
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 | ||||||||