public interface Certificate
Modifier and Type | Method and 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
IOException
KeyException
void encode(OutputStream var0) throws IOException, KeyException
IOException
KeyException
String getFormat()
Principal getGuarantor()
Principal getPrincipal()
PublicKey getPublicKey()
String toString(boolean var0)