Package org.bouncycastle.util
Class Bytes
java.lang.Object
org.bouncycastle.util.Bytes
Utility methods and constants for bytes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BYTES
public static final int BYTES- See Also:
-
SIZE
public static final int SIZE- See Also:
-
-
Constructor Details
-
Bytes
public Bytes()
-
-
Method Details
-
xor
public static void xor(int len, byte[] x, byte[] y, byte[] z) -
xor
public static void xor(int len, byte[] x, int xOff, byte[] y, int yOff, byte[] z, int zOff) -
xorTo
public static void xorTo(int len, byte[] x, byte[] z) -
xorTo
public static void xorTo(int len, byte[] x, int xOff, byte[] z, int zOff)
-