Package org.bouncycastle.util
Class Shorts
- java.lang.Object
-
- org.bouncycastle.util.Shorts
-
public class Shorts extends java.lang.Object
Utility methods and constants for shorts.
-
-
Constructor Summary
Constructors Constructor Description Shorts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Short
valueOf(short value)
-
-
-
Field Detail
-
BYTES
public static final int BYTES
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-