public static final class Ssh2KexInitPacket.Builder extends AbstractPacket.AbstractBuilder
Constructor and Description |
---|
Ssh2KexInitPacket.Builder() |
get, getOuterOf, getPayloadBuilder, iterator, payloadBuilder
public Ssh2KexInitPacket.Builder cookie(byte[] cookie)
cookie
- cookiepublic Ssh2KexInitPacket.Builder kexAlgorithms(Ssh2NameList kexAlgorithms)
kexAlgorithms
- kexAlgorithmspublic Ssh2KexInitPacket.Builder serverHostKeyAlgorithms(Ssh2NameList serverHostKeyAlgorithms)
serverHostKeyAlgorithms
- serverHostKeyAlgorithmspublic Ssh2KexInitPacket.Builder encryptionAlgorithmsClientToServer(Ssh2NameList encryptionAlgorithmsClientToServer)
encryptionAlgorithmsClientToServer
- encryptionAlgorithmsClientToServerpublic Ssh2KexInitPacket.Builder encryptionAlgorithmsServerToClient(Ssh2NameList encryptionAlgorithmsServerToClient)
encryptionAlgorithmsServerToClient
- encryptionAlgorithmsServerToClientpublic Ssh2KexInitPacket.Builder macAlgorithmsClientToServer(Ssh2NameList macAlgorithmsClientToServer)
macAlgorithmsClientToServer
- macAlgorithmsClientToServerpublic Ssh2KexInitPacket.Builder macAlgorithmsServerToClient(Ssh2NameList macAlgorithmsServerToClient)
macAlgorithmsServerToClient
- macAlgorithmsServerToClientpublic Ssh2KexInitPacket.Builder compressionAlgorithmsClientToServer(Ssh2NameList compressionAlgorithmsClientToServer)
compressionAlgorithmsClientToServer
- compressionAlgorithmsClientToServerpublic Ssh2KexInitPacket.Builder compressionAlgorithmsServerToClient(Ssh2NameList compressionAlgorithmsServerToClient)
compressionAlgorithmsServerToClient
- compressionAlgorithmsServerToClientpublic Ssh2KexInitPacket.Builder languagesClientToServer(Ssh2NameList languagesClientToServer)
languagesClientToServer
- languagesClientToServerpublic Ssh2KexInitPacket.Builder languagesServerToClient(Ssh2NameList languagesServerToClient)
languagesServerToClient
- languagesServerToClientpublic Ssh2KexInitPacket.Builder firstKexPacketFollows(Ssh2Boolean firstKexPacketFollows)
firstKexPacketFollows
- firstKexPacketFollowspublic Ssh2KexInitPacket.Builder reserved(int reserved)
reserved
- reservedpublic Ssh2KexInitPacket build()
Packet.Builder
build
in interface Packet.Builder
build
in class AbstractPacket.AbstractBuilder
Copyright © 2011–2016 Pcap4J.org. All rights reserved.