2 types derived from HpkeManagedKemAdapter
System.Security.Cryptography (2)
System\Security\Cryptography\HpkeECDiffieHellmanKemAdapter.cs (1)
10internal sealed class HpkeECDiffieHellmanKemAdapter : HpkeManagedKemAdapter
System\Security\Cryptography\HpkeX25519DiffieHellmanKemAdapter.cs (1)
8internal sealed class HpkeX25519DiffieHellmanKemAdapter : HpkeManagedKemAdapter
11 references to HpkeManagedKemAdapter
System.Security.Cryptography (11)
System\Security\Cryptography\HpkeImplementation.Managed.cs (10)
11private readonly HpkeManagedKemAdapter _kemAdapter; 14private HpkeImplementation(HpkeSuite suite, HpkeManagedKemAdapter kemAdapter) : base(suite) 27HpkeManagedKemAdapter adapter = HpkeManagedKemAdapter.Create(suite); 43HpkeManagedKemAdapter adapter = HpkeManagedKemAdapter.Create(suite); 59HpkeManagedKemAdapter adapter = HpkeManagedKemAdapter.Create(suite); 75HpkeManagedKemAdapter adapter = HpkeManagedKemAdapter.Create(suite);
System\Security\Cryptography\HpkeManagedKemAdapter.cs (1)
30internal static HpkeManagedKemAdapter Create(HpkeSuite suite)