From 4caeedd6d96eb56729db72af5926d28130e18f3b Mon Sep 17 00:00:00 2001 From: David Hook Date: Mon, 26 Oct 2015 14:57:03 +1100 Subject: removed file --- crypto/src/crypto/ISignatureCalculatorFactory.cs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 crypto/src/crypto/ISignatureCalculatorFactory.cs (limited to 'crypto/src') diff --git a/crypto/src/crypto/ISignatureCalculatorFactory.cs b/crypto/src/crypto/ISignatureCalculatorFactory.cs deleted file mode 100644 index cbca7d1a7..000000000 --- a/crypto/src/crypto/ISignatureCalculatorFactory.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System; - -namespace Org.BouncyCastle.Crypto -{ - /// - /// Base interface for operators that serve as stream-based signature calculators. - /// - public interface ISignatureFactory - { - /// The algorithm details object for this calculator. - Object AlgorithmDetails { get ; } - - /// - /// Create a stream calculator for this signature calculator. The stream - /// calculator is used for the actual operation of entering the data to be signed - /// and producing the signature block. - /// - /// A calculator producing an IBlockResult with a signature in it. - IStreamCalculator CreateCalculator(); - } -} - - -- cgit 1.5.1