IVerifierFactory Interface
Base interface for operators that serve as stream-based signature verifiers.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IVerifierFactory
Public Interface IVerifierFactory
public interface class IVerifierFactory
Org.BouncyCastle.Crypto.IVerifierFactory = function();
Org.BouncyCastle.Crypto.IVerifierFactory.createInterface('Org.BouncyCastle.Crypto.IVerifierFactory');
CreateCalculator |
Create a stream calculator for this verifier. The stream
calculator is used for the actual operation of entering the data to be verified
and producing a result which can be used to verify the original signature.
|