Package com.nimbusds.jose.util
Class IntegerUtils
java.lang.Object
com.nimbusds.jose.util.IntegerUtils
Integer utilities.
- Version:
- 2015-05-12
- Author:
- Vladimir Dzhuvinov
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
toBytes
(int intValue) Returns a four byte array representation of the specified integer.
-
Method Details
-
toBytes
Returns a four byte array representation of the specified integer.- Parameters:
intValue
- The integer to be converted.- Returns:
- The byte array representation of the integer.
-