<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
    
	
	
		
		
		
	 
	
	
        
                
                HexEncoder
                
                
                
                
public int Decode(
byte[] 
data, 
int off, 
int length, 
Stream outStream)
 
public int Encode(
byte[] 
inBuf, 
int inOff, 
int inLen, 
byte[] 
outBuf, 
int outOff)
 
public int Encode(
byte[] 
buf, 
int off, 
int len, 
Stream outStream)