18 public override byte[] CreateNewKey(
byte[]? Seed, ref
int Index)
20 throw new NotImplementedException(
"DH not implemented.");
27 public void SetPrivateKey(
byte[] PrivateKey)
29 throw new NotImplementedException(
"DH not implemented.");
36 public override byte[] ImportKey(XmlDocument Xml)
38 throw new NotImplementedException(
"DH not implemented.");
47 public override byte[] GetSharedSecret(
byte[] RemotePublicKey)
49 throw new NotImplementedException(
"DH not implemented.");
Static class that dynamically manages types and interfaces available in the runtime environment.
static object Instantiate(Type Type, params object[] Arguments)
Returns an instance of the type Type . If one needs to be created, it is. If the constructor requires...
Basic interface for PACE protocols.
abstract class PaceDhProtocol()
Abstract base class for PACE protocols using traditional finite group Diffie-Hellman.