public static final class Ssh2KexDhReplyPacket.Ssh2KexDhReplyHeader extends AbstractPacket.AbstractHeader
Modifier and Type | Method and Description |
---|---|
protected String |
buildString() |
protected int |
calcLength() |
Ssh2MpInt |
getF() |
Ssh2String |
getK_s() |
Ssh2MessageNumber |
getMessageNumber() |
protected List<byte[]> |
getRawFields() |
Ssh2String |
getSignatureOfH() |
buildHexString, buildRawData, calcHashCode, equals, getRawData, hashCode, length, toHexString, toString
public Ssh2MessageNumber getMessageNumber()
public Ssh2String getK_s()
public Ssh2MpInt getF()
public Ssh2String getSignatureOfH()
protected List<byte[]> getRawFields()
getRawFields
in class AbstractPacket.AbstractHeader
protected int calcLength()
calcLength
in class AbstractPacket.AbstractHeader
protected String buildString()
buildString
in class AbstractPacket.AbstractHeader
Copyright © 2014. All Rights Reserved.