public interface Certificate
| Modifier and Type | Method | Description |
|---|---|---|
void |
decode(InputStream var0) |
Deprecated.
|
void |
encode(OutputStream var0) |
Deprecated.
|
String |
getFormat() |
Deprecated.
|
Principal |
getGuarantor() |
Deprecated.
|
Principal |
getPrincipal() |
Deprecated.
|
PublicKey |
getPublicKey() |
Deprecated.
|
String |
toString(boolean var0) |
Deprecated.
|
void decode(InputStream var0) throws IOException, KeyException
IOExceptionKeyExceptionvoid encode(OutputStream var0) throws IOException, KeyException
IOExceptionKeyExceptionString getFormat()
Principal getGuarantor()
Principal getPrincipal()
PublicKey getPublicKey()
String toString(boolean var0)