Package org.bouncycastle.util
Class Integers
- java.lang.Object
-
- org.bouncycastle.util.Integers
-
public class Integers extends Object
-
-
Constructor Summary
Constructors Constructor Description Integers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static introtateLeft(int i, int distance)static introtateRight(int i, int distance)static IntegervalueOf(int value)
-
-
-
Method Detail
-
rotateLeft
public static int rotateLeft(int i, int distance)
-
rotateRight
public static int rotateRight(int i, int distance)
-
valueOf
public static Integer valueOf(int value)
-
-