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

Diff of /classpath/java/security/AlgorithmParameterGenerator.java

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

revision 1.10 by mkoch, Wed Oct 20 07:11:39 2004 UTC revision 1.11 by mkoch, Thu Oct 21 20:22:12 2004 UTC
# Line 1  Line 1 
1  /* AlgorithmParameterGenerator.java --- Algorithm Parameter Generator  /* AlgorithmParameterGenerator.java --- Algorithm Parameter Generator
2     Copyright (C) 1999, 2003 Free Software Foundation, Inc.     Copyright (C) 1999, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
 package java.security;  
38    
39  import java.security.spec.AlgorithmParameterSpec;  package java.security;
40    
41  import gnu.java.security.Engine;  import gnu.java.security.Engine;
42    
43    import java.security.spec.AlgorithmParameterSpec;
44    
45  /**  /**
46   * <p>The <code>AlgorithmParameterGenerator</code> class is used to generate a   * <p>The <code>AlgorithmParameterGenerator</code> class is used to generate a
47   * set of parameters to be used with a certain algorithm. Parameter generators   * set of parameters to be used with a certain algorithm. Parameter generators

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

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