All Packages Class Hierarchy This Package Previous Next Index
Interface netscape.security.util.DerEncoder
- public interface DerEncoder
Interface to an object that knows how to write its own DER
encoding to an output stream.
-
derEncode(OutputStream)
- DER encode this object and write the results to a stream.
derEncode
public abstract void derEncode(OutputStream out) throws IOException
- DER encode this object and write the results to a stream.
- Parameters:
- out - the stream on which the DER encoding is written.
All Packages Class Hierarchy This Package Previous Next Index