Class BytesUtil
java.lang.Object
io.mosip.authentication.core.util.BytesUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]getLastBytes(byte[] xorBytes, int lastBytesNum) Gets the last bytes.static byte[]
-
Method Details
-
getXOR
-
getLastBytes
public static byte[] getLastBytes(byte[] xorBytes, int lastBytesNum) Gets the last bytes.- Parameters:
lastBytesNum- the last bytes numtimestamp- the timestamp- Returns:
- the last bytes
-