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