<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Security.Org.BouncyCastle.Utilities.Encoders.Hex

sealed class Hex
Class to decode and encode Hex.
namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities.Encoders { internal sealed class Hex { public static string ToHexString(byte[] data); public static string ToHexString(byte[] data, int off, int length); public static byte[] Encode(byte[] data); public static byte[] Encode(byte[] data, int off, int length); public static int Encode(byte[] data, Stream outStream); public static int Encode(byte[] data, int off, int length, Stream outStream); public static byte[] Decode(byte[] data); public static byte[] Decode(string data); public static int Decode(string data, Stream outStream); } }