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)
out - the stream on which the DER encoding is written.