Java org.bouncycastle.pqc.math.linearalgebra ByteUtils fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.pqc.math.linearalgebra ByteUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.pqc.math.linearalgebra ByteUtils.

The text is from its open source code.

Method

byte[]clone(byte[] array)
Return a clone of the given byte array (performs null check beforehand).
byte[]concatenate(byte[] x1, byte[] x2)
Concatenate two byte arrays.
byte[]fromHexString(String s)
Convert a string containing hexadecimal characters to a byte-array.
StringtoHexString(byte[] input)
Convert a byte array to the corresponding hexstring.
byte[]xor(byte[] x1, byte[] x2)
Compute the bitwise XOR of two arrays of bytes.