Certificate.encode
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void encode( OutputStream stream ) throws KeyException, IOException
Parameters
- stream
- the output stream to which to encode the
certificate.
Description
Encodes the certificate to an output stream in a format that can
be decoded by the decode method.
Exceptions
KeyException
if the certificate is not
properly initialized, or data is missing, etc.
Exceptions
IOException
if a stream exception occurs while
trying to output the encoded certificate to the output stream.
See Also
decode, getFormat