public static final class Ssh2KexDhReplyPacket.Builder extends AbstractPacket.AbstractBuilder
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Ssh2KexDhReplyPacket |
build()
Build a packet object using values set to this object.
|
Ssh2KexDhReplyPacket.Builder |
f(Ssh2MpInt f) |
Ssh2KexDhReplyPacket.Builder |
k_s(Ssh2String k_s) |
Ssh2KexDhReplyPacket.Builder |
signatureOfH(Ssh2String signatureOfH) |
getPayloadBuilder, payloadBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getOuterOf, iteratorpublic Ssh2KexDhReplyPacket.Builder k_s(Ssh2String k_s)
k_s - k_spublic Ssh2KexDhReplyPacket.Builder f(Ssh2MpInt f)
f - fpublic Ssh2KexDhReplyPacket.Builder signatureOfH(Ssh2String signatureOfH)
signatureOfH - signatureOfHpublic Ssh2KexDhReplyPacket build()
Packet.Builderbuild in interface Packet.Builderbuild in class AbstractPacket.AbstractBuilderCopyright © 2011 - 2018 Pcap4J.org. All rights reserved.