com.nabhinc.util.md |
Stringbeans Message Digest (encoding / decoding) utility classes.
|
Java Source File Name | Type | Comment |
Ascii.java | Class | This class implements some basic ASCII character handling functions. |
Base64.java | Class | This class provides encode/decode for RFC 2045 Base64 as defined by
RFC 2045, N. |
ByteChunk.java | Class | This class is used to represent a chunk of bytes, and
utilities to manipulate byte[].
The buffer can be modified and used for both input and output.
There are 2 modes: The chunk can be associated with a sink - ByteInputChannel or ByteOutputChannel,
which will be used when the buffer is empty ( on input ) or filled ( on output ).
For output, it can also grow. |
CharChunk.java | Class | Utilities to manipluate char chunks. |
DigestUtil.java | Class | author: Padmanabh Dabke author: (c) 2006 Nabh Information Systems, Inc. |
HexUtils.java | Class | Library of utility methods useful in dealing with converting byte arrays
to and from strings of hexadecimal digits.
author: Craig R. |
StringCache.java | Class | This class implements a String cache for ByteChunk and CharChunk. |