2using System.Collections.Generic;
45 public abstract byte[]
Sign(
byte[] Data);
Encodes data using the Distinguished Encoding Rules (DER), as defined in X.690
Abstract base class for signature algorithms
abstract void ExportPublicKey(DerEncoder Output)
Exports the public key using DER.
abstract byte[] Sign(byte[] Data)
Signs data.
abstract string PkiAlgorithmOID
Object Identity for the PKI algorithm.
abstract void ExportPrivateKey(DerEncoder Output)
Exports the private key using DER.
abstract string HashAlgorithmOID
Object Identity for the Hash algorithm.