IVerifierFactoryCreateCalculator Method

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.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Return Value

IStreamCalculatorIVerifier
A calculator producing an IVerifier which can verify the signature.

See Also