public interface

DerEncoder

sun.security.util.DerEncoder
Known Indirect Subclasses

Class Overview

Interface to an object that knows how to write its own DER encoding to an output stream.

Summary

Public Methods
abstract void derEncode(OutputStream out)
DER encode this object and write the results to a stream.

Public Methods

public abstract void derEncode (OutputStream out)

DER encode this object and write the results to a stream.

Parameters
out the stream on which the DER encoding is written.
Throws
IOException