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

IKeyWrapper

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