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

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

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

revision 1.3 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.4 by ericb, Tue Apr 30 10:02:15 2002 UTC
# Line 1  Line 1 
1  /* CertificateFactory.java --- Certificate Factory Class  /* CertificateFactory.java -- Certificate Factory Class
2     Copyright (C) 1999 Free Software Foundation, Inc.     Copyright (C) 1999, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 52  import java.util.Collection; Line 52  import java.util.Collection;
52     java.security.cert.X509Certificate class, and CRLs of the     java.security.cert.X509Certificate class, and CRLs of the
53     java.security.cert.X509CRL class.     java.security.cert.X509CRL class.
54        
    @since JDK 1.2  
   
55     @author Mark Benvenuto     @author Mark Benvenuto
56       @since JDK 1.2
57       @status still missing full 1.4 support
58  */  */
59  public class CertificateFactory  public class CertificateFactory
60  {  {
# Line 267  public class CertificateFactory Line 267  public class CertificateFactory
267      return certFacSpi.engineGenerateCRLs( inStream );      return certFacSpi.engineGenerateCRLs( inStream );
268    }    }
269    
270  }    public final CertPath generateCertPath(InputStream inStream)
271        throws CertificateException
272      {
273        throw new CertificateException("not implemented");
274      }
275    } // class CertificateFactory

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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