IStreamCalculatorTResult Interface
Base interface for cryptographic operations such as Hashes, MACs, and Signatures which reduce a stream of data
to a single value.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IStreamCalculator<out TResult>
Public Interface IStreamCalculator(Of Out TResult)
generic<typename TResult>
public interface class IStreamCalculator
JavaScript does not support generic types or methods.
Type Parameters
- TResult
Stream | Return a "sink" stream which only exists to update the implementing object. |
GetResult |
Return the result of processing the stream. This value is only available once the stream
has been closed.
|