mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Marked unused classes for removal if they're not used later.
This commit is contained in:
@@ -6,6 +6,8 @@ import java.security.SignatureException;
|
||||
|
||||
import net.sf.briar.api.serial.Consumer;
|
||||
|
||||
// FIXME: This class is no longer used - remove it?
|
||||
|
||||
/** A consumer that passes its input through a signature. */
|
||||
class SigningConsumer implements Consumer {
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@ import java.security.MessageDigest;
|
||||
import java.security.Signature;
|
||||
import java.security.SignatureException;
|
||||
|
||||
// FIXME: This class is no longer used - remove it?
|
||||
|
||||
/**
|
||||
* An output stream that passes its output through a signature and a message
|
||||
* digest.
|
||||
|
||||
Reference in New Issue
Block a user