Uses of Class gnu.crypto.prng.BasePRNG

Uses in package gnu.crypto.prng

Classes derived from gnu.crypto.prng.BasePRNG

class
RC4 is a stream cipher developed by Ron Rivest.
class
An entropy pool-based pseudo-random number generator based on the PRNG in Peter Gutmann's cryptlib (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/).

The basic properties of this generator are:

  1. The internal state cannot be determined by knowledge of the input.
  2. It is resistant to bias introduced by specific inputs.
  3. The output does not reveal the state of the generator.
class
The Fortuna continuously-seeded pseudo-random number generator.
class
The Fortuna generator function.
class
Counter Mode is a way to define a pseudorandom keystream generator using a block cipher.
class
A simple pseudo-random number generator that relies on a hash algorithm, that (a) starts its operation by hashing a seed, and then (b) continuously re-hashing its output.
class
An implementation of the key derivation function KDF2 from PKCS #5: Password-Based Cryptography (PBE).
class
KDFs (Key Derivation Functions) are used to stretch user-supplied key material to specific size(s) required by high level cryptographic primitives.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.