com.digt.trusted.util
Class Arrays

java.lang.Object
  extended by com.digt.trusted.util.Arrays

public class Arrays
extends java.lang.Object

General array utilities.


Constructor Summary
Arrays()
           
 
Method Summary
static boolean areEqual(byte[] a, byte[] b)
           
static java.lang.String toString(byte[] b, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arrays

public Arrays()
Method Detail

areEqual

public static boolean areEqual(byte[] a,
                               byte[] b)

toString

public static java.lang.String toString(byte[] b,
                                        int off,
                                        int len)