|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.SshPublicKey
com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPublicKey
DOCUMENT ME!
| Constructor Summary | |
SshRsaPublicKey(byte[] encoded)
Creates a new SshRsaPublicKey object. |
|
SshRsaPublicKey(java.security.interfaces.RSAPublicKey key)
Creates a new SshRsaPublicKey object. |
|
| Method Summary | |
java.lang.String |
getAlgorithmName()
DOCUMENT ME! |
int |
getBitLength()
DOCUMENT ME! |
byte[] |
getEncoded()
DOCUMENT ME! |
boolean |
verifySignature(byte[] signature,
byte[] data)
DOCUMENT ME! |
| Methods inherited from class com.sshtools.j2ssh.transport.publickey.SshPublicKey |
equals, getFingerprint, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SshRsaPublicKey(java.security.interfaces.RSAPublicKey key)
key - DOCUMENT ME!
public SshRsaPublicKey(byte[] encoded)
throws InvalidSshKeyException
encoded - DOCUMENT ME!
InvalidSshKeyException - DOCUMENT ME!| Method Detail |
public java.lang.String getAlgorithmName()
getAlgorithmName in class SshPublicKeypublic int getBitLength()
getBitLength in class SshPublicKeypublic byte[] getEncoded()
getEncoded in class SshPublicKey
public boolean verifySignature(byte[] signature,
byte[] data)
throws InvalidSshKeySignatureException
verifySignature in class SshPublicKeysignature - DOCUMENT ME!data - DOCUMENT ME!
InvalidSshKeySignatureException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||