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