java.security
Interface Certificate


public interface Certificate


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

Method Detail

decode

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

encode

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

getFormat

String getFormat()

getGuarantor

Principal getGuarantor()

getPrincipal

Principal getPrincipal()

getPublicKey

PublicKey getPublicKey()

toString

String toString(boolean var0)


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.