Interface QuicResetTokenGenerator

    • Method Detail

      • newResetToken

        ByteBuffer newResetToken​(ByteBuffer cid)
        Generate a reset token to use for the given connection id. The returned token MUST be of length 16.
        Parameters:
        cid - the connection id
        Returns:
        a newly generated reset token