<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

AgreementUtilities

public static class AgreementUtilities
public static string GetAlgorithmName(DerObjectIdentifier oid)

public static IBasicAgreement GetBasicAgreement(string algorithm)

public static IBasicAgreement GetBasicAgreementWithKdf(DerObjectIdentifier oid, string wrapAlgorithm)

public static IBasicAgreement GetBasicAgreementWithKdf(string agreeAlgorithm, string wrapAlgorithm)

public static IRawAgreement GetRawAgreement(string algorithm)