public class PacketKexDHReply extends Object
| Constructor and Description |
|---|
PacketKexDHReply(byte[] hostKey,
BigInteger f,
byte[] signature) |
PacketKexDHReply(byte[] payload,
int off,
int len) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getF() |
byte[] |
getHostKey() |
byte[] |
getPayload() |
byte[] |
getSignature() |
public PacketKexDHReply(byte[] hostKey,
BigInteger f,
byte[] signature)
public PacketKexDHReply(byte[] payload,
int off,
int len)
throws IOException
IOExceptionpublic byte[] getPayload()
public BigInteger getF()
public byte[] getHostKey()
public byte[] getSignature()
Copyright © 2014. All Rights Reserved.