Package org.bouncycastle.util
Class Longs
java.lang.Object
org.bouncycastle.util.Longs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longreverse(long i) static longreverseBytes(long i) static longrotateLeft(long i, int distance) static longrotateRight(long i, int distance) static LongvalueOf(long value)
-
Constructor Details
-
Longs
public Longs()
-
-
Method Details
-
reverse
public static long reverse(long i) -
reverseBytes
public static long reverseBytes(long i) -
rotateLeft
public static long rotateLeft(long i, int distance) -
rotateRight
public static long rotateRight(long i, int distance) -
valueOf
-