org.bouncycastle.util
Class Integers
java.lang.Object
org.bouncycastle.util.Integers
- public class Integers
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Integers
public Integers()
numberOfLeadingZeros
public static int numberOfLeadingZeros(int i)
numberOfTrailingZeros
public static int numberOfTrailingZeros(int i)
rotateLeft
public static int rotateLeft(int i,
int distance)
rotateRight
public static int rotateRight(int i,
int distance)
valueOf
public static java.lang.Integer valueOf(int value)