/[classpath]/classpath/java/security/cert/CertPath.java
ViewVC logotype

Diff of /classpath/java/security/cert/CertPath.java

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

revision 1.1 by ericb, Tue Apr 30 10:02:15 2002 UTC revision 1.1.2.1 by gnu_andrew, Sat Feb 19 10:50:41 2005 UTC
# Line 1  Line 1 
1  /* CertPath.java -- a sequence of certificates  /* CertPath.java -- a sequence of certificates
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 54  import java.util.List; Line 54  import java.util.List;
54   * the path is consolidated into a {@link CertPathRep}, which preserves the   * the path is consolidated into a {@link CertPathRep}, which preserves the
55   * data regardless of the underlying implementation of the path.   * data regardless of the underlying implementation of the path.
56   *   *
57   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
58   * @since 1.4   * @since 1.4
59   * @status updated to 1.4   * @status updated to 1.4
60   */   */
# Line 63  public abstract class CertPath implement Line 63  public abstract class CertPath implement
63    /**    /**
64     * The serialized representation of a path.     * The serialized representation of a path.
65     *     *
66     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
67     */     */
68    protected static class CertPathRep implements Serializable    protected static class CertPathRep implements Serializable
69    {    {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

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