Asn1SignatureFactory
Calculator factory class for signature generation in ASN.1 based profiles that use an AlgorithmIdentifier to preserve
signature algorithm details.
Allows enumeration of the signature names supported by the verifier provider.
Base constructor.
public Asn1SignatureFactory(string algorithm, AsymmetricKeyParameter privateKey, SecureRandom random)
Constructor which also specifies a source of randomness to be used if one is required.