java.security
Interface Certificate


Deprecated.

public interface Certificate


Method Summary
 void decode(InputStream var0)
          Deprecated.  
 void encode(OutputStream var0)
          Deprecated.  
 String getFormat()
          Deprecated.  
 Principal getGuarantor()
          Deprecated.  
 Principal getPrincipal()
          Deprecated.  
 PublicKey getPublicKey()
          Deprecated.  
 String toString(boolean var0)
          Deprecated.  
 

Method Detail

decode

void decode(InputStream var0)
            throws IOException,
                   KeyException
Deprecated. 
Throws:
IOException
KeyException

encode

void encode(OutputStream var0)
            throws IOException,
                   KeyException
Deprecated. 
Throws:
IOException
KeyException

getFormat

String getFormat()
Deprecated. 

getGuarantor

Principal getGuarantor()
Deprecated. 

getPrincipal

Principal getPrincipal()
Deprecated. 

getPublicKey

PublicKey getPublicKey()
Deprecated. 

toString

String toString(boolean var0)
Deprecated.