C# 클래스 NBitcoin.BouncyCastle.Crypto.Check

파일 보기 프로젝트 열기: Nethereum/Nethereum

공개 메소드들

메소드 설명
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

메소드 상세

DataLength() 공개 정적인 메소드

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

DataLength() 공개 정적인 메소드

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

OutputLength() 공개 정적인 메소드

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