/[classpath]/classpath/java/security/SecureRandom.java
ViewVC logotype

Diff of /classpath/java/security/SecureRandom.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by rsdio, Wed Apr 23 23:15:47 2003 UTC revision 1.12 by mkoch, Wed Apr 30 06:47:24 2003 UTC
# Line 1  Line 1 
1  /* SecureRandom.java --- Secure Random class implmentation  /* SecureRandom.java --- Secure Random class implementation
2     Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 164  public class SecureRandom extends Random Line 164  public class SecureRandom extends Random
164     * the first provider that implements it.     * the first provider that implements it.
165     *     *
166     * @param algorithm The algorithm name.     * @param algorithm The algorithm name.
167     * @return A new SecureRandom implmenting the given algorithm.     * @return A new SecureRandom implementing the given algorithm.
168     * @throws NoSuchAlgorithmException If no installed provider implements     * @throws NoSuchAlgorithmException If no installed provider implements
169     *         the given algorithm.     *         the given algorithm.
170     */     */
# Line 193  public class SecureRandom extends Random Line 193  public class SecureRandom extends Random
193     *     *
194     * @param algorithm The algorithm name.     * @param algorithm The algorithm name.
195     * @param provider  The provider name.     * @param provider  The provider name.
196     * @return A new SecureRandom implmenting the chosen algorithm.     * @return A new SecureRandom implementing the chosen algorithm.
197     * @throws NoSuchAlgorithmException If the named provider does not implement     * @throws NoSuchAlgorithmException If the named provider does not implement
198     *         the algorithm, or if the implementation cannot be     *         the algorithm, or if the implementation cannot be
199     *         instantiated.     *         instantiated.

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26