org.bouncycastle.util
Class Arrays
public final
class
Arrays
extends Object
General array utilities.
| Method Summary |
| static boolean | areEqual(byte[] a, byte[] b) |
| static boolean | areEqual(int[] a, int[] b) |
| static byte[] | clone(byte[] data) |
| static void | fill(byte[] array, byte value) |
| static void | fill(long[] array, long value) |
| static void | fill(short[] array, short value) |
| static int | hashCode(byte[] data) |
public static boolean areEqual(byte[] a, byte[] b)
public static boolean areEqual(int[] a, int[] b)
public static byte[] clone(byte[] data)
public static void fill(byte[] array, byte value)
public static void fill(long[] array, long value)
public static void fill(short[] array, short value)
public static int hashCode(byte[] data)