|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPrettyPrintFormat
This class will display the certificate content in predefined format.
| Method Summary | |
|---|---|
java.lang.String |
toHexString(byte[] in)
Retrieves a pretty print string of the given byte array. |
java.lang.String |
toHexString(byte[] in,
int indentSize)
Retrieves a pretty print string of the given byte array. |
java.lang.String |
toHexString(byte[] in,
int indentSize,
int lineLen)
Retrieves a pretty print string of the given byte array. |
java.lang.String |
toHexString(byte[] in,
int indentSize,
int lineLen,
java.lang.String separator)
Retrieves a pretty print string of the given byte array. |
| Method Detail |
|---|
java.lang.String toHexString(byte[] in,
int indentSize,
int lineLen,
java.lang.String separator)
in - byte arrayindentSize - indentation sizelineLen - length of lineseparator - separator string
java.lang.String toHexString(byte[] in,
int indentSize,
int lineLen)
in - byte arrayindentSize - indentation sizelineLen - length of line
java.lang.String toHexString(byte[] in,
int indentSize)
in - byte arrayindentSize - indentation size
java.lang.String toHexString(byte[] in)
in - byte array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||