C# Class NBitcoin.BouncyCastle.Crypto.Check

Afficher le fichier Open project: Nethereum/Nethereum

Méthodes publiques

Méthode 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 méthode

public static DataLength ( bool condition, string msg ) : void
condition bool
msg string
Résultat void

DataLength() public static méthode

public static DataLength ( byte buf, int off, int len, string msg ) : void
buf byte
off int
len int
msg string
Résultat void

OutputLength() public static méthode

public static OutputLength ( byte buf, int off, int len, string msg ) : void
buf byte
off int
len int
msg string
Résultat void