Interface QuicResetTokenGenerator

    • Method Detail

      • newResetToken

        java.nio.ByteBuffer newResetToken​(java.nio.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