public final class Ssh2KexDhReplyPacket extends AbstractPacket
Modifier and Type | Class and Description |
---|---|
static class |
Ssh2KexDhReplyPacket.Builder |
static class |
Ssh2KexDhReplyPacket.Ssh2KexDhReplyHeader |
AbstractPacket.AbstractBuilder, AbstractPacket.AbstractHeader
Packet.Header
Modifier and Type | Method and Description |
---|---|
Ssh2KexDhReplyPacket.Builder |
getBuilder() |
Ssh2KexDhReplyPacket.Ssh2KexDhReplyHeader |
getHeader() |
static Ssh2KexDhReplyPacket |
newPacket(byte[] rawData) |
buildHexString, buildRawData, buildString, calcHashCode, calcLength, contains, equals, get, getOuterOf, getPayload, getRawData, hashCode, iterator, length, toHexString, toString
public static Ssh2KexDhReplyPacket newPacket(byte[] rawData) throws IllegalRawDataException
rawData
- IllegalRawDataException
NullPointerException
- if the rawData argument is null.IllegalArgumentException
- if the rawData argument is empty.public Ssh2KexDhReplyPacket.Ssh2KexDhReplyHeader getHeader()
getHeader
in interface Packet
getHeader
in class AbstractPacket
public Ssh2KexDhReplyPacket.Builder getBuilder()
getBuilder
in interface Packet
getBuilder
in class AbstractPacket
Copyright © 2014. All Rights Reserved.