|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.publickey.SshPrivateKey
com.sshtools.j2ssh.transport.publickey.rsa.SshRsaPrivateKey
DOCUMENT ME!
| Constructor Summary | |
SshRsaPrivateKey(byte[] encoded)
Creates a new SshRsaPrivateKey object. |
|
SshRsaPrivateKey(java.security.interfaces.RSAPrivateKey prv,
java.security.interfaces.RSAPublicKey pub)
Creates a new SshRsaPrivateKey object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
DOCUMENT ME! |
byte[] |
generateSignature(byte[] data)
DOCUMENT ME! |
java.lang.String |
getAlgorithmName()
DOCUMENT ME! |
int |
getBitLength()
DOCUMENT ME! |
byte[] |
getEncoded()
DOCUMENT ME! |
SshPublicKey |
getPublicKey()
DOCUMENT ME! |
int |
hashCode()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SshRsaPrivateKey(java.security.interfaces.RSAPrivateKey prv,
java.security.interfaces.RSAPublicKey pub)
prv - DOCUMENT ME!pub - DOCUMENT ME!
public SshRsaPrivateKey(byte[] encoded)
throws InvalidSshKeyException
encoded - DOCUMENT ME!
InvalidSshKeyException - DOCUMENT ME!| Method Detail |
public boolean equals(java.lang.Object obj)
obj - DOCUMENT ME!
public int hashCode()
public java.lang.String getAlgorithmName()
getAlgorithmName in class SshPrivateKeypublic int getBitLength()
getBitLength in class SshPrivateKeypublic byte[] getEncoded()
getEncoded in class SshPrivateKeypublic SshPublicKey getPublicKey()
getPublicKey in class SshPrivateKeypublic byte[] generateSignature(byte[] data)
generateSignature in class SshPrivateKeydata - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||