Uses of Class java.security.SecureRandomSpi

Uses in package java.security

Constructors with parameter type java.security.SecureRandomSpi

SecureRandom.SecureRandom(SecureRandomSpi secureRandomSpi, Provider provider)
A constructor for SecureRandom.

Uses in package gnu.javax.crypto.jce.prng

Classes derived from java.security.SecureRandomSpi

class
Implementation of the Service Provider Interface (SPI) for the ARCFOUR keystream generator.
class
The implementation of the continuously-seeded SecureRandom Service Provider Interface (SPI) adapter.
class
class
An Adapter class around ICMGenerator to allow using this algorithm as a JCE SecureRandom.
class
An Adapter class around UMacGenerator to allow using this algorithm as a JCE SecureRandom.

Uses in package gnu.java.security.jce.prng

Classes derived from java.security.SecureRandomSpi

class
The implementation of the HAVAL-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the MD2-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the MD4-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the MD5-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the RIPEMD128-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the RIPEMD160-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of a generic SecureRandom adapter class to wrap gnu.crypto prng instances based on Message Digest algorithms.

This class defines the Service Provider Interface (SPI) for the SecureRandom class, which provides the functionality of a cryptographically strong pseudo-random number generator.

All the abstract methods in the SecureRandomSpi class are implemented by this class and all its sub-classes.

class
The implementation of the SHA1-based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the SHA-256 based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the SHA-384 based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the SHA-512 based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the Tiger based SecureRandom Service Provider Interface (SPI) adapter.
class
The implementation of the Whirlpool-based SecureRandom Service Provider Interface (SPI) adapter.