Package org.bouncycastle.util
Class Integers
java.lang.Object
org.bouncycastle.util.Integers
Utility methods for ints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
rotateLeft
(int i, int distance) static int
rotateRight
(int i, int distance) static Integer
valueOf
(int value)
-
Constructor Details
-
Integers
public Integers()
-
-
Method Details
-
rotateLeft
public static int rotateLeft(int i, int distance) -
rotateRight
public static int rotateRight(int i, int distance) -
valueOf
-