Package org.bouncycastle.oer
Class OEROutputStream
java.lang.Object
org.bouncycastle.oer.OEROutputStream
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic intbyteLength(long value) static OEROutputStreamcreate(OutputStream out) Creates an output stream filter built on top of the specified underlying output stream.protected voiddebugPrint(String what) voidwrite(org.bouncycastle.asn1.ASN1Encodable encodable, OERDefinition.Element oerElement)
-
Field Details
-
debugOutput
-
-
Method Details
-
create
Creates an output stream filter built on top of the specified underlying output stream.- Parameters:
out- the underlying output stream to be assigned to the field this.out for later use, ornullif this instance is to be created without an underlying stream.
-
write
public void write(org.bouncycastle.asn1.ASN1Encodable encodable, OERDefinition.Element oerElement) throws IOException - Throws:
IOException
-
debugPrint
-
byteLength
public static int byteLength(long value)
-