Package com.mastercard.developer.utils
Class ByteUtils
java.lang.Object
com.mastercard.developer.utils.ByteUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic intbyteLength(int bitLength) static byte[]concat(byte[] array1, byte[] array2) static byte[]subArray(byte[] byteArray, int beginIndex, int length)
-
Method Details
-
concat
public static byte[] concat(byte[] array1, byte[] array2) -
subArray
public static byte[] subArray(byte[] byteArray, int beginIndex, int length) -
byteLength
public static int byteLength(int bitLength)
-