Class PEMUtils


  • public class PEMUtils
    extends Object
    • Field Detail

      • lineSep

        public static final String lineSep
      • lineSepBytes

        public static final byte[] lineSepBytes
    • Constructor Detail

      • PEMUtils

        public PEMUtils()
    • Method Detail

      • toHex

        public static final String toHex​(byte[] b)
        Return a hexadecimal representation of a byte array
        Parameters:
        b - a byte array
        Returns:
        String containing the hexadecimal representation