TlsDHDomain public interface TlsDHDomain Domain interface to service factory for creating Diffie-Hellman operators. Documentation Code namespace Org.BouncyCastle.Tls.Crypto { public interface TlsDHDomain { TlsAgreement CreateDH(); } }