|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.OpenSSHPublicKeyFormat
DOCUMENT ME!
Constructor Summary | |
OpenSSHPublicKeyFormat()
Creates a new OpenSSHPublicKeyFormat object. |
|
OpenSSHPublicKeyFormat(java.lang.String comment)
Creates a new OpenSSHPublicKeyFormat object. |
Method Summary | |
byte[] |
formatKey(byte[] keyblob)
DOCUMENT ME! |
java.lang.String |
getComment()
DOCUMENT ME! |
java.lang.String |
getFormatType()
DOCUMENT ME! |
byte[] |
getKeyBlob(byte[] formattedKey)
DOCUMENT ME! |
boolean |
isFormatted(byte[] formattedKey)
DOCUMENT ME! |
void |
setComment(java.lang.String comment)
DOCUMENT ME! |
boolean |
supportsAlgorithm(java.lang.String algorithm)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OpenSSHPublicKeyFormat(java.lang.String comment)
comment
- DOCUMENT ME!public OpenSSHPublicKeyFormat()
Method Detail |
public void setComment(java.lang.String comment)
setComment
in interface SshPublicKeyFormat
comment
- DOCUMENT ME!public java.lang.String getComment()
getComment
in interface SshPublicKeyFormat
public java.lang.String getFormatType()
getFormatType
in interface SshPublicKeyFormat
public byte[] getKeyBlob(byte[] formattedKey) throws InvalidSshKeyException
getKeyBlob
in interface SshPublicKeyFormat
formattedKey
- DOCUMENT ME!
InvalidSshKeyException
- DOCUMENT ME!public byte[] formatKey(byte[] keyblob)
formatKey
in interface SshPublicKeyFormat
keyblob
- DOCUMENT ME!
public boolean isFormatted(byte[] formattedKey)
isFormatted
in interface SshPublicKeyFormat
formattedKey
- DOCUMENT ME!
public boolean supportsAlgorithm(java.lang.String algorithm)
supportsAlgorithm
in interface SshPublicKeyFormat
algorithm
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |