Class PEMUtil


  • public final class PEMUtil
    extends Object
    Fill Me
    • Field Detail

      • LINE_SEP

        public static final String LINE_SEP
    • Method Detail

      • toHex

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