cryptix.asn1.encoding
public interface CoderOperations extends ParserVisitor
$Revision: 1.1 $
Field Summary | |
---|---|
static int | DECODING |
static int | ENCODING |
static int | UNINITIALIZED |
Method Summary | |
---|---|
void | decode(ASNBoolean obj, InputStream in) |
void | decode(ASNInteger obj, InputStream in) |
void | decode(ASNBitString obj, InputStream in) |
void | decode(ASNOctetString obj, InputStream in) |
void | decode(ASNNull obj, InputStream in) |
void | decode(ASNObjectIdentifier obj, InputStream in) |
void | decode(ASNSequence obj, InputStream in) |
void | decode(ASNSequenceOf obj, InputStream in) |
void | decode(ASNSet obj, InputStream in) |
void | decode(ASNSetOf obj, InputStream in) |
void | decode(ASNTaggedType obj, InputStream in) |
void | decode(ASNAny obj, InputStream in) |
void | decode(ASNPrintableString obj, InputStream in) |
void | decode(ASNTime obj, InputStream in) |
void | encode(ASNBoolean obj, OutputStream out) |
void | encode(ASNInteger obj, OutputStream out) |
void | encode(ASNBitString obj, OutputStream out) |
void | encode(ASNOctetString obj, OutputStream out) |
void | encode(ASNNull obj, OutputStream out) |
void | encode(ASNObjectIdentifier obj, OutputStream out) |
void | encode(ASNSequence obj, OutputStream out) |
void | encode(ASNSequenceOf obj, OutputStream out) |
void | encode(ASNSet obj, OutputStream out) |
void | encode(ASNSetOf obj, OutputStream out) |
void | encode(ASNTaggedType obj, OutputStream out) |
void | encode(ASNAny obj, OutputStream out) |
void | encode(ASNPrintableString obj, OutputStream out) |
void | encode(ASNTime obj, OutputStream out) |
void | init(OutputStream os) |
void | init(InputStream is) |