public class PEMUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
lineSep |
static byte[] |
lineSepBytes |
| Constructor and Description |
|---|
PEMUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toHex(byte[] b)
Return a hexadecimal representation of a byte array
|
static void |
writeBase64(OutputStream out,
String header,
byte[] base64Data,
String footer) |
public static String lineSep
public static byte[] lineSepBytes
public static void writeBase64(OutputStream out, String header, byte[] base64Data, String footer) throws IOException
IOExceptionpublic static final String toHex(byte[] b)
b - a byte arrayCopyright © 2013. All Rights Reserved.