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
KeyExceptionIOExceptionvoid encode(OutputStream var0) throws KeyException, IOException
KeyExceptionIOExceptionString getFormat()
Principal getGuarantor()
Principal getPrincipal()
PublicKey getPublicKey()
String toString(boolean var0)