|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream com.objsys.asn1j.runtime.Asn1OutputStream com.objsys.asn1j.runtime.Asn1MderOutputStream
public class Asn1MderOutputStream
An output stream for use with MDER encoding. To the normal output stream functionality, this class adds some methods that are useful to doing MDER encoding.
Field Summary |
---|
Fields inherited from class com.objsys.asn1j.runtime.Asn1OutputStream |
---|
os |
Constructor Summary | |
---|---|
Asn1MderOutputStream(java.io.OutputStream os)
|
Method Summary |
---|
Methods inherited from class com.objsys.asn1j.runtime.Asn1OutputStream |
---|
close, flush, getContext, write, write, write, write2Bytes, write4Bytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1MderOutputStream(java.io.OutputStream os)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |