|
Bouncy Castle Cryptography Library 1.49 | ||||||||
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
public class DEROutputStream
Stream that outputs encoding based on distinguished encoding rules.
Constructor Summary | |
---|---|
DEROutputStream(java.io.OutputStream os)
|
Method Summary | |
---|---|
void |
writeObject(ASN1Encodable obj)
|
Methods inherited from class org.bouncycastle.asn1.ASN1OutputStream |
---|
close, flush, writeNull |
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)
Method Detail |
---|
public void writeObject(ASN1Encodable obj) throws java.io.IOException
writeObject
in class ASN1OutputStream
java.io.IOException
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |