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

Diff of /classpath/java/security/Certificate.java

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

revision 1.6 by mkoch, Fri Jun 27 21:03:52 2003 UTC revision 1.6.2.1 by gnu_andrew, Sat Jan 15 17:02:07 2005 UTC
# Line 1  Line 1 
1  /* Certificate.java -- deprecated interface for modeling digital certificates  /* Certificate.java -- deprecated interface for modeling digital certificates
2     Copyright (C) 1998, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.security;  package java.security;
40    
41    import java.io.IOException;
42  import java.io.InputStream;  import java.io.InputStream;
43  import java.io.OutputStream;  import java.io.OutputStream;
 import java.io.IOException;  
44    
45  /**  /**
46   * This interface models a digital certificate which verifies the   * This interface models a digital certificate which verifies the

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

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