public interface Certificate
Modifier and Type | Method | 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)