
com.bugvm.bouncycastle.util.Integers Maven / Gradle / Ivy
package com.bugvm.bouncycastle.util;
public class Integers
{
public static Integer valueOf(int value)
{
return Integer.valueOf(value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy