|
|||||||||
| Home >> All >> cryptix >> openpgp >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cryptix.openpgp.util
Class PGPHex

java.lang.Objectcryptix.openpgp.util.PGPHex
- public class PGPHex
- extends java.lang.Object
Hex utilities.
- Version:
- $Revision: 1.3 $
| Field Summary | |
private static char[] |
digits
|
| Constructor Summary | |
private |
PGPHex()
|
| Method Summary | |
static java.lang.String |
toString(byte x)
|
static java.lang.String |
toString(byte[] x)
|
static java.lang.String |
toString(byte[] x,
int off,
int len)
|
static java.lang.String |
toString(int x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
digits
private static final char[] digits
| Constructor Detail |
PGPHex
private PGPHex()
| Method Detail |
toString
public static java.lang.String toString(byte x)
toString
public static java.lang.String toString(int x)
toString
public static java.lang.String toString(byte[] x, int off, int len)
toString
public static java.lang.String toString(byte[] x)
|
|||||||||
| Home >> All >> cryptix >> openpgp >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cryptix.openpgp.util.PGPHex