IDigestFactory Interface
Base interface for operator factories that create stream-based digest calculators.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IDigestFactory
Public Interface IDigestFactory
public interface class IDigestFactory
Org.BouncyCastle.Crypto.IDigestFactory = function();
Org.BouncyCastle.Crypto.IDigestFactory.createInterface('Org.BouncyCastle.Crypto.IDigestFactory');
AlgorithmDetails | The algorithm details object for calculators made by this factory. |
DigestLength | Return the size of the digest associated with this factory. |
CreateCalculator |
Create a stream calculator for the digest associated with this factory. The stream
calculator is used for the actual operation of entering the data to be digested
and producing the digest block.
|