|
Bouncy Castle Cryptography Library 1.66 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ASN1OutputStream | +--org.bouncycastle.asn1.BEROutputStream
A class which writes indefinite and definite length objects. Objects which specify DER will be encoded accordingly, but DL or BER objects will be encoded as defined.
Constructor Summary | |
BEROutputStream(java.io.OutputStream os)
Deprecated. Use ASN1OutputStream.create(OutputStream, String) with
ASN1Encoding.BER instead. |
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream |
close, create, create, flush, writeNull, writeObject, writeObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BEROutputStream(java.io.OutputStream os)
ASN1OutputStream.create(OutputStream, String)
with
ASN1Encoding.BER
instead.
os
- target output stream.
|
Bouncy Castle Cryptography Library 1.66 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |