J2ME CDC

Uses of Class
java.security.SecureRandom

Packages that use SecureRandom
java.security   
 

Uses of SecureRandom in java.security
 

Fields in java.security declared as SecureRandom
protected  SecureRandom SignatureSpi.appRandom
          Application-specified source of randomness.
 

Methods in java.security that return SecureRandom
static SecureRandom SecureRandom.getInstance(String algorithm)
          Generates a SecureRandom object that implements the specified Pseudo Random Number Generator (PRNG) algorithm.
static SecureRandom SecureRandom.getInstance(String algorithm, String provider)
          Generates a SecureRandom object for the specified PRNG algorithm, as supplied from the specified provider, if such a PRNG implementation is available from the provider.
 

Methods in java.security with parameters of type SecureRandom
protected  void SignatureSpi.engineInitSign(PrivateKey privateKey, SecureRandom random)
          Initializes this signature object with the specified private key and source of randomness for signing operations.
protected abstract  void AlgorithmParameterGeneratorSpi.engineInit(int size, SecureRandom random)
          Initializes this parameter generator for a certain size and source of randomness.
protected abstract  void AlgorithmParameterGeneratorSpi.engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random)
          Initializes this parameter generator with a set of algorithm-specific parameter generation values.
 void AlgorithmParameterGenerator.init(int size, SecureRandom random)
          Initializes this parameter generator for a certain size and source of randomness.
 void AlgorithmParameterGenerator.init(AlgorithmParameterSpec genParamSpec, SecureRandom random)
          Initializes this parameter generator with a set of algorithm-specific parameter generation values.
 void Signature.initSign(PrivateKey privateKey, SecureRandom random)
          Initialize this object for signing.
 


J2ME CDC

Java is a trademark or registred trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo, Alto, California, 94303, U.S.A All Rights Reserved.