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