/[classpath]/classpath/java/security/Certificate.java
ViewVC logotype

Diff of /classpath/java/security/Certificate.java

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

revision 1.5 by ericb, Fri Mar 29 08:30:51 2002 UTC revision 1.6 by mkoch, Fri Jun 27 21:03:52 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.security;  package java.security;
40    
41  import java.io.InputStream;  import java.io.InputStream;
# Line 62  public interface Certificate Line 63  public interface Certificate
63     * this certificate.     * this certificate.
64     *     *
65     * @return the <code>Principal</code> guaranteeing the certificate     * @return the <code>Principal</code> guaranteeing the certificate
    * @deprecated this entire interface is deprecated  
66     */     */
67    Principal getGuarantor();    Principal getGuarantor();
68    
# Line 71  public interface Certificate Line 71  public interface Certificate
71     * this certificate.     * this certificate.
72     *     *
73     * @return the <code>Principal</code> guaranteed by this certificate     * @return the <code>Principal</code> guaranteed by this certificate
    * @deprecated this entire interface is deprecated  
74     */     */
75    Principal getPrincipal();    Principal getPrincipal();
76    
# Line 80  public interface Certificate Line 79  public interface Certificate
79     * is being guaranteed.     * is being guaranteed.
80     *     *
81     * @return the <code>PublicKey</code> of the Principal being guaranteed     * @return the <code>PublicKey</code> of the Principal being guaranteed
    * @deprecated this entire interface is deprecated  
82     */     */
83    PublicKey getPublicKey();    PublicKey getPublicKey();
84    
# Line 93  public interface Certificate Line 91  public interface Certificate
91     * @throws IOException if an error occurs writing to the stream     * @throws IOException if an error occurs writing to the stream
92     * @see #decode(InputStream)     * @see #decode(InputStream)
93     * @see #getFormat()     * @see #getFormat()
    * @deprecated this entire interface is deprecated  
94     */     */
95    void encode(OutputStream out) throws KeyException, IOException;    void encode(OutputStream out) throws KeyException, IOException;
96    
# Line 105  public interface Certificate Line 102  public interface Certificate
102     * @throws IOException if an error occurs reading from the stream     * @throws IOException if an error occurs reading from the stream
103     * @see #encode(OutputStream)     * @see #encode(OutputStream)
104     * @see #getFormat()     * @see #getFormat()
    * @deprecated this entire interface is deprecated  
105     */     */
106    void decode(InputStream in) throws KeyException, IOException;    void decode(InputStream in) throws KeyException, IOException;
107    
# Line 115  public interface Certificate Line 111  public interface Certificate
111     * <code>decode</code> methods.     * <code>decode</code> methods.
112     *     *
113     * @return the encoding format being used     * @return the encoding format being used
    * @deprecated this entire interface is deprecated  
114     */     */
115    String getFormat();    String getFormat();
116    
# Line 125  public interface Certificate Line 120  public interface Certificate
120     *     *
121     * @param detail true to provided more detailed information     * @param detail true to provided more detailed information
122     * @return the string representation     * @return the string representation
    * @deprecated this entire interface is deprecated  
123     */     */
124    String toString(boolean detail);    String toString(boolean detail);
125  } // interface Certificate  } // interface Certificate

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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