Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.io
Class SignerOutputStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--org.bouncycastle.crypto.io.SignerOutputStream

public class SignerOutputStream
extends java.io.OutputStream


Field Summary
protected  Signer signer
           
 
Constructor Summary
SignerOutputStream(Signer Signer)
           
 
Method Summary
 Signer getSigner()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signer

protected Signer signer
Constructor Detail

SignerOutputStream

public SignerOutputStream(Signer Signer)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.OutputStream

getSigner

public Signer getSigner()

Bouncy Castle Cryptography Library 1.77.0