java.security
Interface Certificate
public interface Certificate
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.