/[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.7 by cbj, Thu Mar 27 03:32:08 2003 UTC revision 1.8 by rsdio, Wed Apr 23 23:15:47 2003 UTC
# Line 39  package java.security; Line 39  package java.security;
39    
40  import java.security.spec.AlgorithmParameterSpec;  import java.security.spec.AlgorithmParameterSpec;
41    
42    import gnu.java.security.Engine;
43    
44  /**  /**
45   * <p>The <code>AlgorithmParameterGenerator</code> class is used to generate a   * <p>The <code>AlgorithmParameterGenerator</code> class is used to generate a
46   * set of parameters to be used with a certain algorithm. Parameter generators   * set of parameters to be used with a certain algorithm. Parameter generators
# Line 201  public class AlgorithmParameterGenerator Line 203  public class AlgorithmParameterGenerator
203            (AlgorithmParameterGeneratorSpi) Engine.getInstance(            (AlgorithmParameterGeneratorSpi) Engine.getInstance(
204              ALGORITHM_PARAMETER_GENERATOR, algorithm, provider),              ALGORITHM_PARAMETER_GENERATOR, algorithm, provider),
205            provider, algorithm);            provider, algorithm);
206          }        }
207        catch (java.lang.reflect.InvocationTargetException ite)
208          {
209            throw new NoSuchAlgorithmException(algorithm);
210          }
211      catch (ClassCastException cce)      catch (ClassCastException cce)
212        {        {
213          throw new NoSuchAlgorithmException(algorithm);          throw new NoSuchAlgorithmException(algorithm);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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