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

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

class HexEncoder
namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities.Encoders { internal class HexEncoder { protected readonly byte[] encodingTable; protected readonly byte[] decodingTable; protected void InitialiseDecodingTable(); public HexEncoder(); public int Encode(byte[] data, int off, int length, Stream outStream); public int Decode(byte[] data, int off, int length, Stream outStream); public int DecodeString(string data, Stream outStream); } }