|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.publickey.Ssh1RsaPublicKeyFile
public class Ssh1RsaPublicKeyFile
| Constructor Summary | |
|---|---|
Ssh1RsaPublicKeyFile(byte[] formattedkey)
|
|
Ssh1RsaPublicKeyFile(SshPublicKey key)
|
|
| Method Summary | |
|---|---|
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 |
SshPublicKey |
toPublicKey()
Convert the key file into a usable SshPublicKey. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ssh1RsaPublicKeyFile(byte[] formattedkey)
throws IOException
IOException
public Ssh1RsaPublicKeyFile(SshPublicKey key)
throws IOException
IOException| Method Detail |
|---|
public byte[] getFormattedKey()
SshPublicKeyFile
getFormattedKey in interface SshPublicKeyFile
public SshPublicKey toPublicKey()
throws IOException
SshPublicKeyFile
toPublicKey in interface SshPublicKeyFileIOExceptionpublic String getComment()
SshPublicKeyFile
getComment in interface SshPublicKeyFilepublic String getOptions()
SshPublicKeyFile
getOptions in interface SshPublicKeyFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||