public class PacketKexDhGexReply
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.math.BigInteger |
f |
(package private) byte[] |
hostKey |
(package private) byte[] |
payload |
(package private) byte[] |
signature |
| Constructor and Description |
|---|
PacketKexDhGexReply(byte[] payload,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getF() |
byte[] |
getHostKey() |
byte[] |
getSignature() |