Java org.bouncycastle.util Arrays fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.util Arrays fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.util Arrays.

The text is from its open source code.

Method

booleanareEqual(boolean[] a, boolean[] b)
booleanareEqual(byte[] a, byte[] b)
booleanareEqual(char[] a, char[] b)
booleanareEqual(int[] a, int[] b)
booleanareEqual(long[] a, long[] b)
booleanareEqual(Object[] a, Object[] b)
booleanareEqual(short[] a, short[] b)
boolean[]clone(boolean[] data)
byte[]clone(byte[] data)
char[]clone(char[] data)
int[]clone(int[] data)
long[]clone(long[] data)
short[]clone(short[] data)
BigInteger[]clone(BigInteger[] data)
byte[][]clone(byte[][] data)
byte[][][]clone(byte[][][] data)
byte[]concatenate(byte[] a, byte[] b)
int[]concatenate(int[] a, int[] b)
byte[]concatenate(byte[] a, byte[] b, byte[] c)
booleanconstantTimeAreEqual(byte[] expected, byte[] supplied)
A constant time equals comparison - does not terminate early if test will fail.
booleancontains(boolean[] a, boolean val)
booleancontains(byte[] a, byte val)
booleancontains(char[] a, char val)
booleancontains(int[] a, int val)
booleancontains(long[] a, long val)
booleancontains(short[] a, short val)
boolean[]copyOf(boolean[] original, int newLength)
byte[]copyOf(byte[] original, int newLength)
char[]copyOf(char[] original, int newLength)
int[]copyOf(int[] original, int newLength)
long[]copyOf(long[] original, int newLength)
short[]copyOf(short[] original, int newLength)
BigInteger[]copyOf(BigInteger[] original, int newLength)
boolean[]copyOfRange(boolean[] original, int from, int to)
byte[]copyOfRange(byte[] original, int from, int to)
Make a copy of a range of bytes from the passed in array.
char[]copyOfRange(char[] original, int from, int to)
int[]copyOfRange(int[] original, int from, int to)
long[]copyOfRange(long[] original, int from, int to)
short[]copyOfRange(short[] original, int from, int to)
BigInteger[]copyOfRange(BigInteger[] original, int from, int to)
voidfill(boolean[] a, boolean val)
voidfill(byte[] a, byte val)
voidfill(char[] a, char val)
voidfill(int[] a, int val)
voidfill(long[] a, long val)
voidfill(Object[] a, Object val)
voidfill(short[] a, short val)
inthashCode(byte[] data)
inthashCode(char[] data)
inthashCode(int[][] ints)
inthashCode(int[] data)
inthashCode(long[] data)
inthashCode(short[][][] shorts)
inthashCode(short[][] shorts)
inthashCode(short[] data)
inthashCode(Object[] data)
byte[]prepend(byte[] a, byte b)
short[]prepend(short[] a, short b)
int[]prepend(int[] a, int b)
byte[]reverse(byte[] a)
int[]reverse(int[] a)