|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jssh.Packet | +--jssh.SMSG_AUTH_RSA_CHALLENGE
Sent by the server in response to a SSH_CMSG_AUTH_RSA message from the client. This message contains 32 8-bit random bytes, encrypted with the client's public key.
Field Summary | |
protected byte[] |
_data
This byte array represents the data block, EXCLUDING the padding bytes and the CRC (in other words, it contains just the packet-type byte and the binary data bytes). |
Constructor Summary | |
(package private) |
SMSG_AUTH_RSA_CHALLENGE(byte[] data_)
Use this constructor when receiving a SMSG_AUTH_RSA_CHALLENGE packet on the network. |
Method Summary | |
byte[] |
getChallenge()
|
(package private) byte[] |
getData()
Returns the byte array including the packet-type byte and the binary data bytes |
(package private) byte |
getPacketType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] _data
Constructor Detail |
SMSG_AUTH_RSA_CHALLENGE(byte[] data_)
Method Detail |
public byte[] getChallenge()
byte getPacketType()
byte[] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |