org.bouncycastle.util.Bytes Maven / Gradle / Ivy
package org.bouncycastle.util;
/**
* Utility methods and constants for bytes.
*/
public class Bytes
{
public static final int BYTES = Byte.BYTES;
public static final int SIZE = Byte.SIZE;
}