Package org.jboss.as.controller
Class HashUtil
java.lang.Object
org.jboss.as.controller.HashUtil
Utilities related to deployment content hashes.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbytesToHexString(byte[] bytes) Convert a byte array into a hex string.static byte[]Convert a hex string into a byte[].
-
Method Details
-
bytesToHexString
Convert a byte array into a hex string.- Parameters:
bytes- the bytes- Returns:
- the string
-
hexStringToByteArray
Convert a hex string into a byte[].- Parameters:
s- the string- Returns:
- the bytes
-