IVerifier Interface
Operators that reduce their input to the validation of a signature produce this type.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public interface IVerifier
Public Interface IVerifier
public interface class IVerifier
Org.BouncyCastle.Crypto.IVerifier = function();
Org.BouncyCastle.Crypto.IVerifier.createInterface('Org.BouncyCastle.Crypto.IVerifier');
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.
|