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

Diff of /classpath/java/security/AlgorithmParameters.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 41  import java.security.spec.InvalidParamet Line 41  import java.security.spec.InvalidParamet
41  import java.security.spec.AlgorithmParameterSpec;  import java.security.spec.AlgorithmParameterSpec;
42  import java.io.IOException;  import java.io.IOException;
43    
44    import gnu.java.security.Engine;
45    
46  /**  /**
47   * <p>This class is used as an opaque representation of cryptographic   * <p>This class is used as an opaque representation of cryptographic
48   * parameters.</p>   * parameters.</p>
# Line 204  public class AlgorithmParameters Line 206  public class AlgorithmParameters
206            Engine.getInstance(ALGORITHM_PARAMETERS, algorithm, provider),            Engine.getInstance(ALGORITHM_PARAMETERS, algorithm, provider),
207            provider, algorithm);            provider, algorithm);
208        }        }
209        catch (java.lang.reflect.InvocationTargetException ite)
210          {
211            throw new NoSuchAlgorithmException(algorithm);
212          }
213      catch (ClassCastException cce)      catch (ClassCastException cce)
214        {        {
215          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