Table of Contents

Interface IVerifierFactoryProvider

Namespace
Org.BouncyCastle.Crypto
Assembly
BouncyCastle.Cryptography.dll

Base interface for a provider to support the dynamic creation of signature verifiers.

public interface IVerifierFactoryProvider

Methods

CreateVerifierFactory(object)

Return a signature verfier for signature algorithm described in the passed in algorithm details object.

IVerifierFactory CreateVerifierFactory(object algorithmDetails)

Parameters

algorithmDetails object

The details of the signature algorithm verification is required for.

Returns

IVerifierFactory

A new signature verifier.