Class ServerboundKeyPacket
java.lang.Object
net.minecraft.network.protocol.login.ServerboundKeyPacket
- All Implemented Interfaces:
Packet<ServerLoginPacketListener>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionServerboundKeyPacket(SecretKey p_134856_, PublicKey p_134857_, byte[] p_134858_)ServerboundKeyPacket(FriendlyByteBuf p_179829_) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getNonce(PrivateKey p_134868_)getSecretKey(PrivateKey p_134860_)voidhandle(ServerLoginPacketListener p_134866_)voidwrite(FriendlyByteBuf p_134870_)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable
-
Field Details
-
keybytes
private final byte[] keybytes -
nonce
private final byte[] nonce
-
-
Constructor Details
-
ServerboundKeyPacket
public ServerboundKeyPacket(SecretKey p_134856_, PublicKey p_134857_, byte[] p_134858_) throws CryptException- Throws:
CryptException
-
ServerboundKeyPacket
-
-
Method Details
-
write
- Specified by:
writein interfacePacket<ServerLoginPacketListener>
-
handle
- Specified by:
handlein interfacePacket<ServerLoginPacketListener>
-
getSecretKey
- Throws:
CryptException
-
getNonce
- Throws:
CryptException
-