<PackageReference Include="BouncyCastle.Cryptography" Version="2.7.0-beta.98" />
    
	
	
		
		
		
	 
	
	
        
                
                BigInteger
                
                
                
                
public BigInteger(
byte[] 
bytes, 
int offset, 
int length)
 
public BigInteger(
byte[] 
bytes, 
int offset, 
int length, 
bool bigEndian)
 
public BigInteger(
int sign, 
byte[] 
bytes, 
bool bigEndian)
 
public BigInteger(
int sign, 
byte[] 
bytes, 
int offset, 
int length)
 
public BigInteger(
int sign, 
byte[] 
bytes, 
int offset, 
int length, 
bool bigEndian)