IVerifier Interface

Operators that reduce their input to the validation of a signature produce this type.

Definition

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

Methods

IsVerified(Byte) Return true if the passed in data matches what is expected by the verification result.
IsVerified(Byte, Int32, Int32) Return true if the length bytes from off in the source array match the signature expected by the verification result.

See Also