Certificate.decode

Certificate.decode

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void decode( InputStream stream ) throws KeyException, IOException
Parameters
stream
the input stream from which to fetch the data being decoded.
Description
Decodes a certificate from an input stream. The format should be that returned by getFormat and produced by encode.

Exceptions
KeyException if the certificate is not properly initialized, or data is missing, etc.
Exceptions
IOException if an exception occurs while trying to input the encoded certificate from the input stream.
See Also
encode, getFormat