Package org.webpki.cbor
Class CBORUtil
java.lang.Object
org.webpki.cbor.CBORUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
concatByteArrays
(byte[]... listOfArrays) static long
reverseBits
(long bits, int fieldWidth) static byte[]
unsignedLongToByteArray
(long value)
-
Method Details
-
concatByteArrays
public static byte[] concatByteArrays(byte[]... listOfArrays) -
unsignedLongToByteArray
public static byte[] unsignedLongToByteArray(long value) -
reverseBits
public static long reverseBits(long bits, int fieldWidth)
-