Coalevo Logo

Package net.coalevo.foundation.util.crypto

Provides utility classes for cryptographic tasks.

See:
          Description

Class Summary
BlockCipherFactory Provides a factory for block ciphers.
DigestUtil Utility class for message digestion.
DigestUtil.MessageDigestPool  
KDF Implements a Key Derivation Function based on the description in UMAC

This implementation is thread-safe.

MacFactory Factory for MAC classes.
OneTimeTokenGenerator This class implements a one time token generator.
RandomGenerator MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
RandomSeedGenerator  
RandomUtil Provides utility methods to efficiently obtain pseudo random bytes or values.
UUIDGenerator Provides a UID generator, that generates alphanumeric identifiers with a random component (padding), a temporal component (system time) and a spatial component (IPv4 address bytes).
 

Package net.coalevo.foundation.util.crypto Description

Provides utility classes for cryptographic tasks.

Related Documentation

For overviews, tutorials, examples, guides, and documentation, please see:


Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)