API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. SecureRandomSpi View Source
Author(s)
Since
1.2
Version
1.13, 11/17/05
Serial
Hierarchy
 Object
      SecureRandomSpi
Implements
 Serializable
Subclasses
Description
publicabstract abstract class SecureRandomSpi
  This class defines the Service Provider Interface (SPI) for the SecureRandom class.
See also:    SecureRandom
Constructors
public SecureRandomSpi ()
Methods
Hide/Show inherited methods
protectedabstract byte engineGenerateSeed (int numBytes)
  Returns the given number of seed bytes.
protectedabstract void engineNextBytes (byte[] bytes)
  Generates a user-specified number of random bytes.
protectedabstract void engineSetSeed (byte[] seed)
  Reseeds this random object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar