/[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.11 by mkoch, Thu Oct 21 20:22:12 2004 UTC revision 1.12 by mark, Sun Jan 9 23:42:41 2005 UTC
# Line 174  public class AlgorithmParameterGenerator Line 174  public class AlgorithmParameterGenerator
174    
175      Provider p = Security.getProvider(provider);      Provider p = Security.getProvider(provider);
176      if (p == null)      if (p == null)
177        throw new NoSuchProviderException();        throw new NoSuchProviderException(provider);
178    
179      return getInstance(algorithm, p);      return getInstance(algorithm, p);
180    }    }

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