public interface DerEncoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out)
DER encode this object and write the results to a stream.
|
void encode(DerOutputStream out) throws java.io.IOException
out - the stream on which the DER encoding is written.java.io.IOException