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

Diff of /classpath/java/security/KeyStore.java

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

revision 1.6 by cbj, Thu Mar 27 03:32:08 2003 UTC revision 1.7 by rsdio, Wed Apr 23 23:15:47 2003 UTC
# Line 43  import java.security.cert.CertificateExc Line 43  import java.security.cert.CertificateExc
43  import java.util.Date;  import java.util.Date;
44  import java.util.Enumeration;  import java.util.Enumeration;
45    
46    import gnu.java.security.Engine;
47    
48  /**  /**
49   * Keystore represents an in-memory collection of keys and   * Keystore represents an in-memory collection of keys and
50   * certificates. There are two types of entries:   * certificates. There are two types of entries:
# Line 194  public class KeyStore Line 196  public class KeyStore
196        {        {
197          throw new KeyStoreException(type);          throw new KeyStoreException(type);
198        }        }
199        catch (java.lang.reflect.InvocationTargetException ite)
200          {
201            throw new KeyStoreException(type);
202          }
203      catch (ClassCastException cce)      catch (ClassCastException cce)
204        {        {
205          throw new KeyStoreException(type);          throw new KeyStoreException(type);

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

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