Package org.bouncycastle.operator.bc
Class BcSignerOutputStream
- java.lang.Object
 - 
- java.io.OutputStream
 - 
- org.bouncycastle.operator.bc.BcSignerOutputStream
 
 
 
- 
- All Implemented Interfaces:
 java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class BcSignerOutputStream extends java.io.OutputStream 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(byte[] bytes)voidwrite(byte[] bytes, int off, int len)voidwrite(int b) 
 - 
 
- 
- 
Method Detail
- 
write
public void write(byte[] bytes, int off, int len) throws java.io.IOException- Overrides:
 writein classjava.io.OutputStream- Throws:
 java.io.IOException
 
- 
write
public void write(byte[] bytes) throws java.io.IOException- Overrides:
 writein classjava.io.OutputStream- Throws:
 java.io.IOException
 
- 
write
public void write(int b) throws java.io.IOException- Specified by:
 writein classjava.io.OutputStream- Throws:
 java.io.IOException
 
 - 
 
 -