Class Integers

java.lang.Object
org.bouncycastle.util.Integers

public class Integers extends Object
Utility methods for ints.
  • 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

      public static Integer valueOf(int value)