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

IKeyWrapper

public interface IKeyWrapper
Base interface for a key wrapper.
namespace Org.BouncyCastle.Crypto { public interface IKeyWrapper { object AlgorithmDetails { get; } IBlockResult Wrap(byte[] keyData); } }