Methods
| Name | Description |
|---|---|
| decode(InputStream) | Decodes a certificate from an input stream. |
| encode(OutputStream) | Encodes the certificate to an output stream in a format that can be decoded by the decode method. |
| getFormat() | Returns the name of the coding format. |
| getGuarantor() | Returns the guarantor of the certificate, that is, the principal guaranteeing that the public key associated with this certificate is that of the principal associated with this certificate. |
| getPrincipal() | Returns the principal of the principal-key pair being guaranteed by the guarantor. |
| getPublicKey() | Returns the key of the principal-key pair being guaranteed by the guarantor. |
| toString(boolean) | Returns a string that represents the contents of the certificate. |