|
Bouncy Castle Cryptography Library 1.65 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.util.Integers
Constructor Summary | |
Integers()
|
Method Summary | |
static int |
numberOfLeadingZeros(int i)
|
static int |
rotateLeft(int i,
int distance)
|
static int |
rotateRight(int i,
int distance)
|
static java.lang.Integer |
valueOf(int value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Integers()
Method Detail |
public static int numberOfLeadingZeros(int i)
public static int rotateLeft(int i, int distance)
public static int rotateRight(int i, int distance)
public static java.lang.Integer valueOf(int value)
|
Bouncy Castle Cryptography Library 1.65 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |