BcTlsDssSigner public abstract class BcTlsDssSigner : BcTlsSigner BC light-weight base class for the signers implementing the two DSA style algorithms from FIPS PUB 186-4: DSA and ECDSA. Documentation protected abstract short SignatureAlgorithm { get; } protected BcTlsDssSigner(BcTlsCrypto crypto, AsymmetricKeyParameter privateKey) protected abstract IDsa CreateDsaImpl(int cryptoHashAlgorithm)