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

Diff of /classpath/java/security/cert/X509CRL.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 rsdio, Tue Apr 29 23:37:35 2003 UTC
# Line 47  import java.security.SignatureException; Line 47  import java.security.SignatureException;
47  import java.util.Date;  import java.util.Date;
48  import java.util.Set;  import java.util.Set;
49    
50    import javax.security.auth.x500.X500Principal;
51    
52  /**  /**
53     The X509CRL class is the abstract class used to manage     The X509CRL class is the abstract class used to manage
54     X.509 Certificate Revocation Lists. The CRL is a list of     X.509 Certificate Revocation Lists. The CRL is a list of
# Line 378  public abstract class X509CRL extends CR Line 380  public abstract class X509CRL extends CR
380    */    */
381    public abstract byte[] getSigAlgParams();    public abstract byte[] getSigAlgParams();
382    
383      // 1.4 instance methods.
384      // ------------------------------------------------------------------------
385    
386      /**
387       * Returns the X.500 distinguished name of this CRL's issuer.
388       *
389       * @return The issuer's X.500 distinguished name.
390       * @since JDK 1.4
391       */
392      public X500Principal getIssuerX500Principal()
393      {
394        throw new UnsupportedOperationException();
395      }
396  }  }

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