Table of Contents

Interface IVerifier

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IVerifier

Methods

IsVerified(byte[])

bool IsVerified(byte[] data)

Parameters

data byte[]

Returns

bool

IsVerified(byte[], int, int)

bool IsVerified(byte[] source, int off, int length)

Parameters

source byte[]
off int
length int

Returns

bool