Package org.bouncycastle.util
Class Integers
- java.lang.Object
-
- org.bouncycastle.util.Integers
-
public class Integers extends java.lang.ObjectUtility methods for ints.
-
-
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 java.lang.IntegervalueOf(int value)
-