C# Класс NBitcoin.BouncyCastle.Utilities.BigIntegers

Показать файл Открыть проект

Открытые методы

Метод Описание
AsUnsignedByteArray ( NBitcoin.BouncyCastle.Math.BigInteger n ) : byte[]
AsUnsignedByteArray ( int length, NBitcoin.BouncyCastle.Math.BigInteger n ) : byte[]
CreateRandomInRange ( NBitcoin.BouncyCastle.Math.BigInteger min, NBitcoin.BouncyCastle.Math.BigInteger max, SecureRandom random ) : NBitcoin.BouncyCastle.Math.BigInteger

Описание методов

AsUnsignedByteArray() публичный статический Метод

public static AsUnsignedByteArray ( NBitcoin.BouncyCastle.Math.BigInteger n ) : byte[]
n NBitcoin.BouncyCastle.Math.BigInteger
Результат byte[]

AsUnsignedByteArray() публичный статический Метод

public static AsUnsignedByteArray ( int length, NBitcoin.BouncyCastle.Math.BigInteger n ) : byte[]
length int
n NBitcoin.BouncyCastle.Math.BigInteger
Результат byte[]

CreateRandomInRange() публичный статический Метод

public static CreateRandomInRange ( NBitcoin.BouncyCastle.Math.BigInteger min, NBitcoin.BouncyCastle.Math.BigInteger max, SecureRandom random ) : NBitcoin.BouncyCastle.Math.BigInteger
min NBitcoin.BouncyCastle.Math.BigInteger
max NBitcoin.BouncyCastle.Math.BigInteger
random NBitcoin.BouncyCastle.Security.SecureRandom
Результат NBitcoin.BouncyCastle.Math.BigInteger