org.apache.archiva.checksum
Class Hex

java.lang.Object
  extended by org.apache.archiva.checksum.Hex

public class Hex
extends Object

Hex - simple hex conversions.


Field Summary
private static byte[] DIGITS
           
 
Constructor Summary
Hex()
           
 
Method Summary
static String encode(byte[] data)
           
static String encode(String raw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIGITS

private static final byte[] DIGITS
Constructor Detail

Hex

public Hex()
Method Detail

encode

public static String encode(byte[] data)

encode

public static String encode(String raw)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.