Package de.cscc.crypto.util

Provides a set of static utility methods that are missing in its corresponding Java API classes.

See:
          Description

Class Summary
BigIntegerUtil BigIntegerUtil Class.
ByteUtil ByteUtil Class.
IntegerUtil IntegerUtil Class.
LoggerUtil LoggerUtil Class.
LongUtil LongUtil Class.
 

Package de.cscc.crypto.util Description

Provides a set of static utility methods that are missing in its corresponding Java API classes. E.g. to convert primitive types and their arrays into a hex or binary String representation. These representation contains all leading zeros in contrast to the Integer.toHexString(int) mehtod. This package also supports the convertion between byte[8] to long and long to byte[8]. The methods in this package are heavily used by the jhbci provider implementation.

Author:
Uwe Günther


Copyright © 2001, 2002 by Uwe Günther. See the COPYING file for more details. Browse the source as HTML.