SignerUtilities
Signer Utility class contains methods that can not be specifically grouped into other classes.
Returns an ObjectIdentifier for a given signature mechanism.
public static ISigner InitSigner(DerObjectIdentifier algorithmOid, bool forSigning, AsymmetricKeyParameter privateKey, SecureRandom random)
public static ISigner InitSigner(string algorithm, bool forSigning, AsymmetricKeyParameter privateKey, SecureRandom random)