/[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.2.2 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.1.2.3 by tromey, Fri Nov 25 22:18:19 2005 UTC
# Line 161  public abstract class CertPath implement Line 161  public abstract class CertPath implement
161     *     *
162     * @return the iterator of supported encodings in the path     * @return the iterator of supported encodings in the path
163     */     */
164    public abstract Iterator getEncodings();    public abstract Iterator<String> getEncodings();
165    
166    /**    /**
167     * Compares this path to another for semantic equality. To be equal, both     * Compares this path to another for semantic equality. To be equal, both
# Line 226  public abstract class CertPath implement Line 226  public abstract class CertPath implement
226     *     *
227     * @return the list of certificates, non-null but possibly empty     * @return the list of certificates, non-null but possibly empty
228     */     */
229    public abstract List getCertificates();    public abstract List<? extends Certificate> getCertificates();
230    
231    /**    /**
232     * Serializes the path in its encoded form, to ensure reserialization with     * Serializes the path in its encoded form, to ensure reserialization with

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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