IVerifierFactoryProviderCreateVerifierFactory Method

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

Definition

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

Parameters

algorithmDetails  Object
The details of the signature algorithm verification is required for.

Return Value

IVerifierFactory
A new signature verifier.

See Also