|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.codec.Encoder
public abstract class Encoder
Models the abstract concept of an ASN.1 encode transformation.
| Constructor Summary | |
|---|---|
Encoder()
Constructor for Encoder. |
|
| Method Summary | |
|---|---|
abstract void |
encode(ASN1Value value,
java.io.OutputStream out)
Abstract definition of a method for encoding a value of an ASN.1 type to a target output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Encoder()
Encoder.
| Method Detail |
|---|
public abstract void encode(ASN1Value value,
java.io.OutputStream out)
throws EncodingException
value - the value of an ASN.1 type to be encodedout - target of an encoding transform
EncodingException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||