decode
public void decode(ASNAny obj,
InputStream in)
throws IOException
decode
public void decode(ASNBitString obj,
InputStream in)
throws IOException
decode
public void decode(ASNBoolean obj,
InputStream in)
throws IOException
decode
public void decode(ASNInteger obj,
InputStream in)
throws IOException
decode
public void decode(ASNNull obj,
InputStream in)
throws IOException
decode
public void decode(ASNOctetString obj,
InputStream in)
throws IOException
decode
public void decode(ASNSequence obj,
InputStream in)
throws IOException
decode
public void decode(ASNSequenceOf obj,
InputStream in)
throws IOException
decode
public void decode(ASNSet obj,
InputStream in)
throws IOException
decode
public void decode(ASNSetOf obj,
InputStream in)
throws IOException
decode
public void decode(ASNTaggedType obj,
InputStream in)
throws IOException
decode
public void decode(ASNTime obj,
InputStream in)
throws IOException
encode
public void encode(ASNAny obj,
OutputStream out)
throws IOException
encode
public void encode(ASNBitString obj,
OutputStream out)
throws IOException
encode
public void encode(ASNBoolean obj,
OutputStream out)
throws IOException
encode
public void encode(ASNInteger obj,
OutputStream out)
throws IOException
encode
public void encode(ASNNull obj,
OutputStream out)
throws IOException
encode
public void encode(ASNOctetString obj,
OutputStream out)
throws IOException
encode
public void encode(ASNSequence obj,
OutputStream out)
throws IOException
encode
public void encode(ASNSequenceOf obj,
OutputStream out)
throws IOException
encode
public void encode(ASNSet obj,
OutputStream out)
throws IOException
encode
public void encode(ASNSetOf obj,
OutputStream out)
throws IOException
encode
public void encode(ASNTaggedType obj,
OutputStream out)
throws IOException
encode
public void encode(ASNTime obj,
OutputStream out)
throws IOException
init
public void init(InputStream is)
init
public void init(OutputStream os)