C# Class NBitcoin.BouncyCastle.Crypto.Check

Mostrar archivo Open project: Nethereum/Nethereum

Public Methods

Method Description
DataLength ( bool condition, string msg ) : void
DataLength ( byte buf, int off, int len, string msg ) : void
OutputLength ( byte buf, int off, int len, string msg ) : void

Method Details

DataLength() public static method

public static DataLength ( bool condition, string msg ) : void
condition bool
msg string
return void

DataLength() public static method

public static DataLength ( byte buf, int off, int len, string msg ) : void
buf byte
off int
len int
msg string
return void

OutputLength() public static method

public static OutputLength ( byte buf, int off, int len, string msg ) : void
buf byte
off int
len int
msg string
return void