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

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

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:26 2005 UTC revision 1.6.2.2 by tromey, Fri Nov 25 22:18:19 2005 UTC
# Line 70  import java.util.Set; Line 70  import java.util.Set;
70                    
71          @author Mark Benvenuto          @author Mark Benvenuto
72    
73          @since JDK 1.2          @since 1.2
74  */  */
75  public interface X509Extension  public interface X509Extension
76  {  {
# Line 91  public interface X509Extension Line 91  public interface X509Extension
91       @return A Set containing the OIDs. If there are no CRITICAL       @return A Set containing the OIDs. If there are no CRITICAL
92       extensions or extensions at all this returns null.       extensions or extensions at all this returns null.
93    */    */
94    Set getCriticalExtensionOIDs();    Set<String> getCriticalExtensionOIDs();
95    
96    /**    /**
97       Returns a set of the NON-CRITICAL extension OIDs from the       Returns a set of the NON-CRITICAL extension OIDs from the
# Line 101  public interface X509Extension Line 101  public interface X509Extension
101       @return A Set containing the OIDs. If there are no NON-CRITICAL       @return A Set containing the OIDs. If there are no NON-CRITICAL
102       extensions or extensions at all this returns null.       extensions or extensions at all this returns null.
103    */    */
104    Set getNonCriticalExtensionOIDs();    Set<String> getNonCriticalExtensionOIDs();
105    
106    /**    /**
107       Returns the DER encoded OCTET string for the specified       Returns the DER encoded OCTET string for the specified

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

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