Package org.xbill.DNS.utils

Class Summary
base16 Routines for converting between Strings of hex-encoded data and arrays of binary data.
base64 Routines for converting between Strings of base64-encoded data and arrays of binary data.
DataByteInputStream An extension of ByteArrayInputStream to support directly reading types used by DNS routines.
DataByteOutputStream An extension of ByteArrayOutputStream to support directly writing types used by DNS routines.
hexdump A routine to produce a nice looking hex dump
hmacSigner A pure java implementation of the HMAC-MD5 secure hash algorithm
md5 A pure java implementation of the MD5 digest algorithm
StringValueTable A table used for storing mappings between Strings and constant values and lookups in either direction.