@License public abstract class SigningStream extends FilterOutputStream
| Modifier and Type | Field and Description |
|---|---|
protected SigningStreamConfigurator |
configurator
The signing stream configurator.
|
out| Constructor and Description |
|---|
SigningStream(OutputStream output,
SigningStreamConfigurator configurator)
Constructor.
|
protected SigningStreamConfigurator configurator
public SigningStream(OutputStream output, SigningStreamConfigurator configurator) throws CryptoException
output - the output stream to which data will be eventually written.
the digest and encryption algorithm combination used to sign.configurator - the output signing stream configurator.CryptoException - if any of the input parameters is null.Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.