Java io.netty.util.internal ConstantTimeUtils fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.internal ConstantTimeUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.internal ConstantTimeUtils.

The text is from its open source code.

Method

intequalsConstantTime(int x, int y)
Compare two int s without leaking timing information.
intequalsConstantTime(long x, long y)
Compare two longs s without leaking timing information.
intequalsConstantTime(CharSequence s1, CharSequence s2)
Compare two CharSequence objects without leaking timing information.