Java java.lang String Hex

Java examples for java.lang:String Hex

Description

Click the following links for the tutorial for java.lang and String Hex.

  1. Turns a hex encoded string into a byte array.
  2. encode byte array to Hex String
  3. Checks if the String contains only hexidecimal digits.
  4. Checks if the String contains only hexidecimal digits or space (' ').
  5. Hex encodes a byte array.
  6. Convert hex String To Bytes
  7. create a byte-array from a hexidecimal string accepts tokenized (0x leading) and non-tokenized hex strings
  8. create a hexidecimal string from a byte-array


  9. create a hexidecimal string from a byte-array preappend with 0x token
  10. append Hex to StringBuffer
  11. Convert a String containing consecutive (no inside whitespace) hexadecimal digits into a corresponding byte array.
  12. Convert byte Chars To Hex String
  13. Convert byte Char To Hex String
  14. Converts an hex string to a byte array.
  15. Converts a byte array into an hex string.
  16. Compute the SHA-1 digest of raw bytes and return the bytes in hexadecimal format.


  17. Compute the SHA-1 digest of a String and return the bytes in hexadecimal format.
  18. Compute a String in HexDigit from the input.
  19. Converts a single char hex value to its corresponding int.
  20. Convert hex string to byte[]
  21. Convert hex String To Byte Array
  22. Convert hex String To ByteBuffer
  23. Convert byte array to Hex Char Array
  24. Convert string To Hex
  25. Convert hex String To String
  26. Convert Hex string to byte array using Integer.parseInt
  27. Convert byte array to Hex string using String.format
  28. to Hex String
  29. String hex encoding
  30. base 16 hex encoding.