IMacFactory Interface
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IMacFactory
Public Interface IMacFactory
public interface class IMacFactory
Org.BouncyCastle.Crypto.IMacFactory = function();
Org.BouncyCastle.Crypto.IMacFactory.createInterface('Org.BouncyCastle.Crypto.IMacFactory');
CreateCalculator |
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.
|