public class

BcSignerOutputStream

extends OutputStream
java.lang.Object
   ↳ java.io.OutputStream
     ↳ org.bouncycastle.operator.bc.BcSignerOutputStream

Summary

Public Methods
void write(byte[] bytes, int off, int len)
void write(byte[] bytes)
void write(int b)
[Expand]
Inherited Methods
From class java.io.OutputStream
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable

Public Methods

public void write (byte[] bytes, int off, int len)

Throws
IOException

public void write (byte[] bytes)

Throws
IOException

public void write (int b)

Throws
IOException