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 = 1;
public static final int SIZE = Byte.SIZE;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy