org.bouncycastle.util.Bytes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Liferay SAML OpenSAML Integration
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;
}