|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1OutputStream
org.bouncycastle.asn1.DEROutputStream
Stream that outputs encoding based on distinguished encoding rules.
Constructor Summary | |
DEROutputStream(java.io.OutputStream os)
Deprecated. Use ASN1OutputStream.create(OutputStream, String) with
ASN1Encoding.DER 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 DEROutputStream(java.io.OutputStream os)
ASN1OutputStream.create(OutputStream, String)
with
ASN1Encoding.DER
instead.
|
Bouncy Castle Cryptography Library 1.66 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |