Package org.bouncycastle.oer
Class OEROutputStream
java.lang.Object
org.bouncycastle.oer.OEROutputStream
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
byteLength
(long value) static OEROutputStream
create
(OutputStream out) Creates an output stream filter built on top of the specified underlying output stream.protected void
debugPrint
(String what) void
write
(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, ornull
if 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)
-