public class PacketKexDHReply extends Object
Constructor and Description |
---|
PacketKexDHReply(byte[] payload,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getF() |
byte[] |
getHostKey() |
byte[] |
getSignature() |
public PacketKexDHReply(byte[] payload, int off, int len) throws IOException
IOException
public BigInteger getF()
public byte[] getHostKey()
public byte[] getSignature()
Copyright © 2018. All rights reserved.