Package cryptix.util.core

Interface Summary

LinkStatus A class providing information about the linking status of a native library (whether it was loaded successfully, its required and actual version numbers, etc.)

The status of a library used by a particular Cryptix class can be found by calling the static method getLinkStatus() on that class.

Class Summary

ArrayUtil Static methods for converting between arrays of various types, for clearing all or part of a byte array, and for comparing two byte arrays.
BI Static methods for processing BigInteger utilitarian tasks.
Debug This class provides methods for determining where debugging output should be sent, and what level of debugging is enabled for specific classes and algorithms.
FileUtil Static methods for processing File utilitarian tasks.
FileUtil.IdentityFilter
Hex Static methods for converting to and from hexadecimal strings.