|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.gsi.util.PEMUtil
public final class PEMUtil
Fill Me
Field Summary | |
---|---|
static java.lang.String |
LINE_SEP
|
Method Summary | |
---|---|
static java.lang.String |
toHex(byte[] b)
Return a hexadecimal representation of a byte array |
static void |
writeBase64(java.io.OutputStream out,
java.lang.String header,
byte[] base64Data,
java.lang.String footer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LINE_SEP
Method Detail |
---|
public static void writeBase64(java.io.OutputStream out, java.lang.String header, byte[] base64Data, java.lang.String footer) throws java.io.IOException
java.io.IOException
public static java.lang.String toHex(byte[] b)
b
- a byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |