public interface Certificate
Modifier and Type | Method and Description |
---|---|
void |
decode(InputStream var0) |
void |
encode(OutputStream var0) |
String |
getFormat() |
Principal |
getGuarantor() |
Principal |
getPrincipal() |
PublicKey |
getPublicKey() |
String |
toString(boolean var0) |
void decode(InputStream var0) throws KeyException, IOException
KeyException
IOException
void encode(OutputStream var0) throws KeyException, IOException
KeyException
IOException
String getFormat()
Principal getGuarantor()
Principal getPrincipal()
PublicKey getPublicKey()
String toString(boolean var0)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.